diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:33:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:33:35 +0000 |
commit | 7fcd025698ecddeda435ca91922af4ee3a567c10 (patch) | |
tree | 640b70f3c36160569c55aaeb2cc2521036419bb7 /gold/ChangeLog | |
parent | e24f324cc638a23896ed695323a4be47e4895102 (diff) | |
download | gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.zip gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.tar.gz gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.tar.bz2 |
* configure.ac: Export new conditional variable HAVE_ZLIB.
* testsuite/Makefile.am (flagstest_o_specialfile): Condition
on HAVE_ZLIB.
(flagstest_o_specialfile_and_compress_debug_sections): Likewise.
* configure, Makefile.in, testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0f69f96..6eb7f79 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2008-04-08 Craig Silverstein <csilvers@google.com> + + * configure.ac: Export new conditional variable HAVE_ZLIB. + * testsuite/Makefile.am (flagstest_o_specialfile): Condition + on HAVE_ZLIB. + (flagstest_o_specialfile_and_compress_debug_sections): Likewise. + * configure, Makefile.in, testsuite/Makefile.in: Rebuild. + 2008-04-07 Ian Lance Taylor <iant@google.com> * version.cc (version_string): Set to "1.5". |