mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 08:25:30 +08:00
* configure.in (BFDVER_H): Set and subst.
* dep-in.sed: Replace bfdver.h with $(BFDVER_H). * Makefile.am: Run "make dep-am". (BFDVER_H): Define. * configure: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2002-10-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure.in (BFDVER_H): Set and subst.
|
||||||
|
* dep-in.sed: Replace bfdver.h with $(BFDVER_H).
|
||||||
|
* Makefile.am: Run "make dep-am".
|
||||||
|
(BFDVER_H): Define.
|
||||||
|
* configure: Regenerate.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* doc/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2002-10-15 Alan Modra <amodra@bigpond.net.au>
|
2002-10-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/tc-i386.h (EXTERN_FORCE_RELOC): Define.
|
* config/tc-i386.h (EXTERN_FORCE_RELOC): Define.
|
||||||
|
@ -493,6 +493,8 @@ GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
|
|||||||
# Files to be copied away after each stage in building.
|
# Files to be copied away after each stage in building.
|
||||||
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
||||||
|
|
||||||
|
BFDVER_H = @BFDVER_H@
|
||||||
|
|
||||||
$(OBJS): @ALL_OBJ_DEPS@
|
$(OBJS): @ALL_OBJ_DEPS@
|
||||||
|
|
||||||
as_new_SOURCES = $(GAS_CFILES)
|
as_new_SOURCES = $(GAS_CFILES)
|
||||||
@ -1882,11 +1884,6 @@ DEPOBJ_sh_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \
|
||||||
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
||||||
struc-symbol.h $(INCDIR)/aout/aout64.h
|
struc-symbol.h $(INCDIR)/aout/aout64.h
|
||||||
DEPOBJ_sh64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
||||||
$(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
|
|
||||||
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
|
||||||
$(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
||||||
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
||||||
DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
||||||
@ -2248,10 +2245,6 @@ DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|||||||
DEP_sh_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
DEP_sh_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
||||||
DEP_sh64_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh64.h \
|
|
||||||
$(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
|
||||||
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h \
|
|
||||||
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
||||||
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
||||||
@ -2337,7 +2330,7 @@ BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
|
|||||||
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
||||||
app.o: app.c $(INCDIR)/symcat.h
|
app.o: app.c $(INCDIR)/symcat.h
|
||||||
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
||||||
output-file.h sb.h macro.h dwarf2dbg.h ../bfd/bfdver.h
|
output-file.h sb.h macro.h dwarf2dbg.h $(BFDVER_H)
|
||||||
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
|
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
|
||||||
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
|
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
|
||||||
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
|
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
|
||||||
|
@ -610,6 +610,8 @@ GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
|
|||||||
# Files to be copied away after each stage in building.
|
# Files to be copied away after each stage in building.
|
||||||
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
||||||
|
|
||||||
|
BFDVER_H = @BFDVER_H@
|
||||||
|
|
||||||
as_new_SOURCES = $(GAS_CFILES)
|
as_new_SOURCES = $(GAS_CFILES)
|
||||||
as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
||||||
$(extra_objects) $(GASLIBS) $(INTLLIBS) $(LIBM)
|
$(extra_objects) $(GASLIBS) $(INTLLIBS) $(LIBM)
|
||||||
@ -1783,12 +1785,6 @@ DEPOBJ_sh_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|||||||
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
||||||
struc-symbol.h $(INCDIR)/aout/aout64.h
|
struc-symbol.h $(INCDIR)/aout/aout64.h
|
||||||
|
|
||||||
DEPOBJ_sh64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
||||||
$(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
|
|
||||||
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
|
||||||
$(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
||||||
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
||||||
|
|
||||||
DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
||||||
@ -2261,11 +2257,6 @@ DEP_sh_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
||||||
|
|
||||||
DEP_sh64_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh64.h \
|
|
||||||
$(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
|
||||||
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h \
|
|
||||||
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
||||||
|
|
||||||
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
||||||
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
||||||
@ -3244,7 +3235,7 @@ dep-am: DEP
|
|||||||
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
||||||
app.o: app.c $(INCDIR)/symcat.h
|
app.o: app.c $(INCDIR)/symcat.h
|
||||||
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
||||||
output-file.h sb.h macro.h dwarf2dbg.h ../bfd/bfdver.h
|
output-file.h sb.h macro.h dwarf2dbg.h $(BFDVER_H)
|
||||||
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
|
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
|
||||||
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
|
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
|
||||||
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
|
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
|
||||||
|
362
gas/configure
vendored
362
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -891,6 +891,7 @@ esac
|
|||||||
case "${need_bfd}" in
|
case "${need_bfd}" in
|
||||||
yes)
|
yes)
|
||||||
BFDLIB=../bfd/libbfd.la
|
BFDLIB=../bfd/libbfd.la
|
||||||
|
BFDVER_H=../bfd/bfdver.h
|
||||||
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
|
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -898,6 +899,7 @@ esac
|
|||||||
AC_SUBST(BFDLIB)
|
AC_SUBST(BFDLIB)
|
||||||
AC_SUBST(OPCODES_LIB)
|
AC_SUBST(OPCODES_LIB)
|
||||||
|
|
||||||
|
AC_SUBST(BFDVER_H)
|
||||||
AC_SUBST(ALL_OBJ_DEPS)
|
AC_SUBST(ALL_OBJ_DEPS)
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
|
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
|
||||||
|
@ -13,6 +13,7 @@ s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
|
|||||||
s!@SRCDIR@/!!g
|
s!@SRCDIR@/!!g
|
||||||
s! \$(srcdir)/config/te-generic\.h!!g
|
s! \$(srcdir)/config/te-generic\.h!!g
|
||||||
s! \.\./bfd/bfd\.h!!g
|
s! \.\./bfd/bfd\.h!!g
|
||||||
|
s! \.\./bfd/bfdver\.h!$(BFDVER_H)!g
|
||||||
s! itbl-cpu\.h!!g
|
s! itbl-cpu\.h!!g
|
||||||
s! itbl-parse\.h!!g
|
s! itbl-parse\.h!!g
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ target_triplet = @target@
|
|||||||
ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
|
ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
|
||||||
AS = @AS@
|
AS = @AS@
|
||||||
BFDLIB = @BFDLIB@
|
BFDLIB = @BFDLIB@
|
||||||
|
BFDVER_H = @BFDVER_H@
|
||||||
CATALOGS = @CATALOGS@
|
CATALOGS = @CATALOGS@
|
||||||
CATOBJEXT = @CATOBJEXT@
|
CATOBJEXT = @CATOBJEXT@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
Reference in New Issue
Block a user