mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* Makefile.am: Rebuild dependencies.
(ALL_MACHINES_CFILES): Add cpu-arc.c. (ALL_MACHINES_CFILES): Add elf32-arc.c. (elf32-arc.lo): Remove explicit dependency. * Makefile.in: Rebuild.
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
Tue Aug 26 17:26:51 1997 Ian Lance Taylor <ian@cygnus.com>
|
Tue Aug 26 17:26:51 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.am: Rebuild dependencies.
|
||||||
|
(ALL_MACHINES_CFILES): Add cpu-arc.c.
|
||||||
|
(ALL_MACHINES_CFILES): Add elf32-arc.c.
|
||||||
|
(elf32-arc.lo): Remove explicit dependency.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
* acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
|
* acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
|
||||||
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
|
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
|
||||||
* aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
|
* aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
|
||||||
@ -44,9 +50,9 @@ start-sanitize-v850eq
|
|||||||
number.
|
number.
|
||||||
|
|
||||||
* elf.c (prep_headers): Add support for v850eq machine number.
|
* elf.c (prep_headers): Add support for v850eq machine number.
|
||||||
|
|
||||||
end-sanitize-v850eq
|
end-sanitize-v850eq
|
||||||
end-sanitize-v850
|
end-sanitize-v850
|
||||||
|
|
||||||
Mon Aug 25 14:07:33 1997 Ian Lance Taylor <ian@cygnus.com>
|
Mon Aug 25 14:07:33 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* syms.c (_bfd_stab_section_find_nearest_line): Clear the
|
* syms.c (_bfd_stab_section_find_nearest_line): Clear the
|
||||||
|
@ -43,9 +43,7 @@ BFD_LIBS_CFILES = \
|
|||||||
ALL_MACHINES = \
|
ALL_MACHINES = \
|
||||||
cpu-a29k.lo \
|
cpu-a29k.lo \
|
||||||
cpu-alpha.lo \
|
cpu-alpha.lo \
|
||||||
$(start-sanitize-arc) \
|
|
||||||
cpu-arc.lo \
|
cpu-arc.lo \
|
||||||
$(end-sanitize-arc) \
|
|
||||||
cpu-arm.lo \
|
cpu-arm.lo \
|
||||||
cpu-d10v.lo \
|
cpu-d10v.lo \
|
||||||
$(start-sanitize-d30v) \
|
$(start-sanitize-d30v) \
|
||||||
@ -82,6 +80,7 @@ ALL_MACHINES = \
|
|||||||
ALL_MACHINES_CFILES = \
|
ALL_MACHINES_CFILES = \
|
||||||
cpu-a29k.c \
|
cpu-a29k.c \
|
||||||
cpu-alpha.c \
|
cpu-alpha.c \
|
||||||
|
cpu-arc.c \
|
||||||
cpu-arm.c \
|
cpu-arm.c \
|
||||||
cpu-h8300.c \
|
cpu-h8300.c \
|
||||||
cpu-h8500.c \
|
cpu-h8500.c \
|
||||||
@ -135,7 +134,7 @@ BFD32_BACKENDS = \
|
|||||||
coff-rs6000.lo \
|
coff-rs6000.lo \
|
||||||
coff-sh.lo \
|
coff-sh.lo \
|
||||||
coff-sparc.lo \
|
coff-sparc.lo \
|
||||||
coff-stubgo32.lo \
|
coff-stgo32.lo \
|
||||||
coff-svm68k.lo \
|
coff-svm68k.lo \
|
||||||
$(start-sanitize-tic80) \
|
$(start-sanitize-tic80) \
|
||||||
coff-tic80.lo \
|
coff-tic80.lo \
|
||||||
@ -147,9 +146,7 @@ BFD32_BACKENDS = \
|
|||||||
cofflink.lo \
|
cofflink.lo \
|
||||||
ecoff.lo \
|
ecoff.lo \
|
||||||
ecofflink.lo \
|
ecofflink.lo \
|
||||||
$(start-sanitize-arc) \
|
|
||||||
elf32-arc.lo \
|
elf32-arc.lo \
|
||||||
$(end-sanitize-arc) \
|
|
||||||
elf32-d10v.lo \
|
elf32-d10v.lo \
|
||||||
$(start-sanitize-d30v) \
|
$(start-sanitize-d30v) \
|
||||||
elf32-d30v.lo \
|
elf32-d30v.lo \
|
||||||
@ -246,7 +243,7 @@ BFD32_BACKENDS_CFILES = \
|
|||||||
coff-rs6000.c \
|
coff-rs6000.c \
|
||||||
coff-sh.c \
|
coff-sh.c \
|
||||||
coff-sparc.c \
|
coff-sparc.c \
|
||||||
coff-stubgo32.c \
|
coff-stgo32.c \
|
||||||
coff-svm68k.c \
|
coff-svm68k.c \
|
||||||
coff-u68k.c \
|
coff-u68k.c \
|
||||||
coff-we32k.c \
|
coff-we32k.c \
|
||||||
@ -255,6 +252,8 @@ BFD32_BACKENDS_CFILES = \
|
|||||||
cofflink.c \
|
cofflink.c \
|
||||||
ecoff.c \
|
ecoff.c \
|
||||||
ecofflink.c \
|
ecofflink.c \
|
||||||
|
elf32-arc.c \
|
||||||
|
elf32-d10v.c \
|
||||||
elf32-gen.c \
|
elf32-gen.c \
|
||||||
elf32-hppa.c \
|
elf32-hppa.c \
|
||||||
elf32-i386.c \
|
elf32-i386.c \
|
||||||
@ -564,16 +563,6 @@ MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
|
|||||||
|
|
||||||
CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1 libbfd.a stamp-lib
|
CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1 libbfd.a stamp-lib
|
||||||
|
|
||||||
start-sanitize-arc:
|
|
||||||
elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
||||||
$(INCDIR)/elf/arc.h elf32-target.h
|
|
||||||
end-sanitize-arc:
|
|
||||||
|
|
||||||
elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
||||||
elf32-target.h
|
|
||||||
|
|
||||||
start-sanitize-d30v:
|
start-sanitize-d30v:
|
||||||
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
@ -629,6 +618,7 @@ stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
|
|||||||
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
|
||||||
cpu-a29k.lo: cpu-a29k.c
|
cpu-a29k.lo: cpu-a29k.c
|
||||||
cpu-alpha.lo: cpu-alpha.c
|
cpu-alpha.lo: cpu-alpha.c
|
||||||
|
cpu-arc.lo: cpu-arc.c
|
||||||
cpu-arm.lo: cpu-arm.c
|
cpu-arm.lo: cpu-arm.c
|
||||||
cpu-h8300.lo: cpu-h8300.c
|
cpu-h8300.lo: cpu-h8300.c
|
||||||
cpu-h8500.lo: cpu-h8500.c
|
cpu-h8500.lo: cpu-h8500.c
|
||||||
@ -723,7 +713,7 @@ coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
|
|||||||
coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
|
coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
|
||||||
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
||||||
coffcode.h coffswap.h
|
coffcode.h coffswap.h
|
||||||
coff-stubgo32.lo: coff-stubgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
|
coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
|
||||||
$(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
|
||||||
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
|
||||||
go32stub.h
|
go32stub.h
|
||||||
@ -751,6 +741,12 @@ ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
|
|||||||
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
|
||||||
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
||||||
libcoff.h libecoff.h
|
libcoff.h libecoff.h
|
||||||
|
elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
|
$(INCDIR)/elf/arc.h elf32-target.h
|
||||||
|
elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
|
elf32-target.h
|
||||||
elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
|
elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
elf32-target.h
|
elf32-target.h
|
||||||
|
@ -162,6 +162,7 @@ ALL_MACHINES = \
|
|||||||
ALL_MACHINES_CFILES = \
|
ALL_MACHINES_CFILES = \
|
||||||
cpu-a29k.c \
|
cpu-a29k.c \
|
||||||
cpu-alpha.c \
|
cpu-alpha.c \
|
||||||
|
cpu-arc.c \
|
||||||
cpu-arm.c \
|
cpu-arm.c \
|
||||||
cpu-h8300.c \
|
cpu-h8300.c \
|
||||||
cpu-h8500.c \
|
cpu-h8500.c \
|
||||||
@ -333,6 +334,7 @@ BFD32_BACKENDS_CFILES = \
|
|||||||
cofflink.c \
|
cofflink.c \
|
||||||
ecoff.c \
|
ecoff.c \
|
||||||
ecofflink.c \
|
ecofflink.c \
|
||||||
|
elf32-arc.c \
|
||||||
elf32-d10v.c \
|
elf32-d10v.c \
|
||||||
elf32-gen.c \
|
elf32-gen.c \
|
||||||
elf32-hppa.c \
|
elf32-hppa.c \
|
||||||
@ -995,10 +997,6 @@ $(srcdir)/libcoff.h:
|
|||||||
cp $(docdir)/libcoff.h libcoff.h-new
|
cp $(docdir)/libcoff.h libcoff.h-new
|
||||||
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
||||||
|
|
||||||
elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
||||||
$(INCDIR)/elf/arc.h elf32-target.h
|
|
||||||
|
|
||||||
start-sanitize-d30v:
|
start-sanitize-d30v:
|
||||||
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
@ -1177,6 +1175,9 @@ ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
|
|||||||
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
|
||||||
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
||||||
libcoff.h libecoff.h
|
libcoff.h libecoff.h
|
||||||
|
elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
|
$(INCDIR)/elf/arc.h elf32-target.h
|
||||||
elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
||||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
||||||
elf32-target.h
|
elf32-target.h
|
||||||
|
Reference in New Issue
Block a user