]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/
authorAlan Modra <amodra@gmail.com>
Mon, 21 Feb 2005 11:48:00 +0000 (11:48 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 21 Feb 2005 11:48:00 +0000 (11:48 +0000)
* Makefile.am: Run "make dep-am"
* Makefile.in: Regenerate.
bfd/doc/
* Makefile.in: Regenerate.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/doc/ChangeLog
bfd/doc/Makefile.in

index b2c94521bbd472786f71f0ddaee49ed1396e4034..b9e29416bb659ae3f32f086d63e217a75594e02f 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
 
        * coffgen.c (bfd_coff_get_comdat_section): Check that
index a33638320f8cb966aed6293f4efbc158f24ca6f9..18cb4ff50af712fb98653a09f3b7c801528a81f2 100644 (file)
@@ -970,8 +970,8 @@ cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
-cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h
+cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
@@ -1081,7 +1081,8 @@ coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/coff/maxq.h \
-  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
+  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
+  libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
   coffcode.h coffswap.h
 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
index 99c51bfe1f6fba02bfa5875aa0509537ad97988d..7d9559770d0e33166dd59045c10630162d3a1fb6 100644 (file)
@@ -51,8 +51,9 @@ subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
        $(top_srcdir)/../config/accross.m4 \
-       $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../libtool.m4 \
-       $(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in
+       $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../bfd/bfd.m4 \
+       $(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
+       $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -1525,8 +1526,8 @@ cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
-cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h
+cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
@@ -1636,7 +1637,8 @@ coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/coff/maxq.h \
-  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
+  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
+  libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
   coffcode.h coffswap.h
 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
index 62ac7f67a57be19af3596f6842e8a759ecdc596c..b09c5d74620a76209befd5c0ead4ffea9db275e1 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+
 2005-02-13  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * Makefile.am: Use CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD for
index bed9c6a1837d0333ece81b7ea10b3f42d5016dbf..aa2e02c0fc99edf93fab4357cdc609c2d2376dbf 100644 (file)
@@ -41,8 +41,9 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
        $(top_srcdir)/../config/accross.m4 \
-       $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../libtool.m4 \
-       $(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in
+       $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../bfd/bfd.m4 \
+       $(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
+       $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs