diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-05-15 18:19:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-05-15 18:19:45 +0000 |
commit | 42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae (patch) | |
tree | d891db7c28e1e63b0cf7d0eeeea50e3ceff3fc35 /binutils/ChangeLog | |
parent | f13c9beaa34b7839c90968e684ad455131f47d32 (diff) | |
download | gdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.zip gdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.tar.gz gdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.tar.bz2 |
./
* ylwrap: Import from Automake 1.9.5.
binutils/
* acinclude.m4: Remove obsolete code.
* configure.in: Update AC_PREREQ.
* doc/Makefile.am (binutils_TEXINFOS): Define.
(config.texi): Depend on distributed files instead of built
files.
(binutils.dvi, binutils.info): Remove unnecessary rules.
(DISTCLEANFILES): Remove.
(install-data-local): Renamed from install.
(info-local): Renamed from info.
* Makefile.in, aclocal.m4, config.in, configure,
doc/Makefile.in: Regenerated.
gas/
* Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
invocation.
* Makefile.in: Regenerated.
ld/
* Makefile.am (AM_MAKEINFOFLAGS): Define.
(TEXI2DVI): Define.
(ldver.texi): Depend on distributed files instead of built files.
(ld.info): Include $(srcdir) in the rule target. Remove actions.
(ld.dvi): Remove actions.
(MAINTAINERCLEANFILES): Add configdoc.texi.
(CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
(install-data-local): Renamed from install.
(Makefile): Remove explicit dependency.
* acinclude.m4: Remove obsolete code.
* configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
* Makefile.in, aclocal.m4, config.in, configure: Regenerated.
gdb/
* Makefile.in (.y.c): Update ylwrap invocation.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f3262f9..6dba2a2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +2005-05-15 Daniel Jacobowitz <dan@codesourcery.com> + + * acinclude.m4: Remove obsolete code. + * configure.in: Update AC_PREREQ. + * doc/Makefile.am (binutils_TEXINFOS): Define. + (config.texi): Depend on distributed files instead of built + files. + (binutils.dvi, binutils.info): Remove unnecessary rules. + (DISTCLEANFILES): Remove. + (install-data-local): Renamed from install. + (info-local): Renamed from info. + * Makefile.in, aclocal.m4, config.in, configure, + doc/Makefile.in: Regenerated. + 2005-05-14 Alan Modra <amodra@bigpond.net.au> * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not |