aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-26 22:26:20 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-26 22:26:20 +0000
commit099ddbf11783723ba9dd45adb9ce928c299539f0 (patch)
treebe9cff67b97787b187c6a7b254a4999153dc3e88 /bfd
parentaa7bd5a5a2b9e1d7d0e0fb4219c612c8fe9525c8 (diff)
downloadgdb-099ddbf11783723ba9dd45adb9ce928c299539f0.zip
gdb-099ddbf11783723ba9dd45adb9ce928c299539f0.tar.gz
gdb-099ddbf11783723ba9dd45adb9ce928c299539f0.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
-rw-r--r--bfd/Makefile.am30
-rw-r--r--bfd/Makefile.in9
3 files changed, 25 insertions, 22 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1c5203c..775d9fc 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
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.
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
* aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
@@ -44,9 +50,9 @@ start-sanitize-v850eq
number.
* elf.c (prep_headers): Add support for v850eq machine number.
+
end-sanitize-v850eq
end-sanitize-v850
-
Mon Aug 25 14:07:33 1997 Ian Lance Taylor <ian@cygnus.com>
* syms.c (_bfd_stab_section_find_nearest_line): Clear the
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index ad7d646..556b9f6 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -43,9 +43,7 @@ BFD_LIBS_CFILES = \
ALL_MACHINES = \
cpu-a29k.lo \
cpu-alpha.lo \
- $(start-sanitize-arc) \
cpu-arc.lo \
- $(end-sanitize-arc) \
cpu-arm.lo \
cpu-d10v.lo \
$(start-sanitize-d30v) \
@@ -82,6 +80,7 @@ ALL_MACHINES = \
ALL_MACHINES_CFILES = \
cpu-a29k.c \
cpu-alpha.c \
+ cpu-arc.c \
cpu-arm.c \
cpu-h8300.c \
cpu-h8500.c \
@@ -135,7 +134,7 @@ BFD32_BACKENDS = \
coff-rs6000.lo \
coff-sh.lo \
coff-sparc.lo \
- coff-stubgo32.lo \
+ coff-stgo32.lo \
coff-svm68k.lo \
$(start-sanitize-tic80) \
coff-tic80.lo \
@@ -147,9 +146,7 @@ BFD32_BACKENDS = \
cofflink.lo \
ecoff.lo \
ecofflink.lo \
- $(start-sanitize-arc) \
elf32-arc.lo \
- $(end-sanitize-arc) \
elf32-d10v.lo \
$(start-sanitize-d30v) \
elf32-d30v.lo \
@@ -246,7 +243,7 @@ BFD32_BACKENDS_CFILES = \
coff-rs6000.c \
coff-sh.c \
coff-sparc.c \
- coff-stubgo32.c \
+ coff-stgo32.c \
coff-svm68k.c \
coff-u68k.c \
coff-we32k.c \
@@ -255,6 +252,8 @@ BFD32_BACKENDS_CFILES = \
cofflink.c \
ecoff.c \
ecofflink.c \
+ elf32-arc.c \
+ elf32-d10v.c \
elf32-gen.c \
elf32-hppa.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
-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:
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.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
cpu-a29k.lo: cpu-a29k.c
cpu-alpha.lo: cpu-alpha.c
+cpu-arc.lo: cpu-arc.c
cpu-arm.lo: cpu-arm.c
cpu-h8300.lo: cpu-h8300.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 \
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.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 \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.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)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.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 \
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
elf32-target.h
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 0278764..c2b53ac 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -162,6 +162,7 @@ ALL_MACHINES = \
ALL_MACHINES_CFILES = \
cpu-a29k.c \
cpu-alpha.c \
+ cpu-arc.c \
cpu-arm.c \
cpu-h8300.c \
cpu-h8500.c \
@@ -333,6 +334,7 @@ BFD32_BACKENDS_CFILES = \
cofflink.c \
ecoff.c \
ecofflink.c \
+ elf32-arc.c \
elf32-d10v.c \
elf32-gen.c \
elf32-hppa.c \
@@ -995,10 +997,6 @@ $(srcdir)/libcoff.h:
cp $(docdir)/libcoff.h libcoff.h-new
$(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:
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.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)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.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