diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-14 12:06:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-14 12:06:04 +0000 |
commit | 6a0735efa4f54453c216c0e44687480536cb366d (patch) | |
tree | 1f40bc0476d988c9d319c6670900b8fe46c1e30c /bfd/ChangeLog | |
parent | ec266e19eb45a1f1a936134345ae64655d0de5b4 (diff) | |
download | gdb-6a0735efa4f54453c216c0e44687480536cb366d.zip gdb-6a0735efa4f54453c216c0e44687480536cb366d.tar.gz gdb-6a0735efa4f54453c216c0e44687480536cb366d.tar.bz2 |
* Makefile.am: Run "make dep-am".
(BFD_H_FILES): Remove version.h.
* bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
* version.h: ..to here.
* configure.in (bfd_version_date): Remove.
(AC_OUTPUT): Make bfdver.h from version.h.
* bfd.c: #include "bfdver.h".
* vms-hdr.c: Likewise.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 694b06d..a063901 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,20 @@ 2002-10-14 Alan Modra <amodra@bigpond.net.au> + * Makefile.am: Run "make dep-am". + (BFD_H_FILES): Remove version.h. + * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move.. + * version.h: ..to here. + * configure.in (bfd_version_date): Remove. + (AC_OUTPUT): Make bfdver.h from version.h. + * bfd.c: #include "bfdver.h". + * vms-hdr.c: Likewise. + * Makefile.in: Regenerate. + * bfd-in2.h: Regenerate. + * configure: Regenerate. + * po/SRC-POTFILES.in: Regenerate. + +2002-10-14 Alan Modra <amodra@bigpond.net.au> + * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086, bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64, bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64, @@ -66,7 +81,12 @@ 2002-10-11 Daniel Jacobowitz <drow@mvista.com> + * Makefile.in: Regenerated. + +2002-10-11 Daniel Jacobowitz <drow@mvista.com> + * Makefile.am: Run dep-am. + (BFD_H_DEP): Add simple.c and linker.c. (BFD32_LIBS): Add simple.lo. (BFD32_LIBS_CFILES): Add simple.c. * Makefile.in: Regenerated. |