diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-30 18:58:14 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-30 18:58:14 +0000 |
commit | 5464f5a16efb738156e82cff22d1101b21026608 (patch) | |
tree | 5be790eabb39fe471b1009f585f634db86992319 /bfd/ChangeLog | |
parent | 68f5350246f10891ea2dfa170e2f67a1465b84b0 (diff) | |
download | gdb-5464f5a16efb738156e82cff22d1101b21026608.zip gdb-5464f5a16efb738156e82cff22d1101b21026608.tar.gz gdb-5464f5a16efb738156e82cff22d1101b21026608.tar.bz2 |
2004-08-30 Nathanael Nerode <neroden@gcc.gnu.org>
* acinclude.m4: Require AC_CANONICAL_TARGET, not AC_CANONICAL_SYSTEM.
Include ../config/acx.m4 and use ACX_NONCANONICAL_* where appropriate;
replace uses of *_alias with *_noncanonical.
* aclocal.m4: Rebuild with aclocal 1.4p6.
* Makefile.in: Rebuild with automake 1.4p6.
* doc/Makefile.in: Rebuild with automake 1.4p6.
* configure.in: Autoupdate with autoupdate 2.59.
* config.in: Regenerate with autoheader 2.59.
* configure: Regnerate with autoconf 2.59.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 745fd30..96e9dfd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2004-08-30 Nathanael Nerode <neroden@gcc.gnu.org> + + * acinclude.m4: Require AC_CANONICAL_TARGET, not AC_CANONICAL_SYSTEM. + Include ../config/acx.m4 and use ACX_NONCANONICAL_* where appropriate; + replace uses of *_alias with *_noncanonical. + * aclocal.m4: Rebuild with aclocal 1.4p6. + * Makefile.in: Rebuild with automake 1.4p6. + * doc/Makefile.in: Rebuild with automake 1.4p6. + * configure.in: Autoupdate with autoupdate 2.59. + * config.in: Regenerate with autoheader 2.59. + * configure: Regnerate with autoconf 2.59. + 2004-08-28 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input |