diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 05:54:55 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 06:39:57 -0700 |
commit | 9ae46699504c63af285d40ad8856a29300d318e4 (patch) | |
tree | aeb93448d6b4802099344de3eca39653c07cc434 /bfd/ChangeLog | |
parent | fa1f5da0b6ff3622f9bf60e348e149b76920abba (diff) | |
download | gdb-9ae46699504c63af285d40ad8856a29300d318e4.zip gdb-9ae46699504c63af285d40ad8856a29300d318e4.tar.gz gdb-9ae46699504c63af285d40ad8856a29300d318e4.tar.bz2 |
Revert the AM_ZLIB change in bfd
* configure.ac: Revert the AM_ZLIB change.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 25bec34..52ee750 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2015-03-31 H.J. Lu <hongjiu.lu@intel.com> + + * configure.ac: Revert the AM_ZLIB change. + * Makefile.in: Regenerated. + * aclocal.m4: Likewise. + * configure: Likewise. + * doc/Makefile.in: Likewise. + 2015-03-30 H.J. Lu <hongjiu.lu@intel.com> PR ld/18169 |