aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2012-12-07 05:03:30 +0000
committerIan Lance Taylor <ian@airs.com>2012-12-07 05:03:30 +0000
commitdb399005e82cec1ab50246a7c276d6695f3072d4 (patch)
treee99dff64a579119bc1a6098b0619799b5bff667a /gold
parentd2bcb0d1aaa0d73b3c7625d6d7a58e013969c28b (diff)
downloadfsf-binutils-gdb-db399005e82cec1ab50246a7c276d6695f3072d4.zip
fsf-binutils-gdb-db399005e82cec1ab50246a7c276d6695f3072d4.tar.gz
fsf-binutils-gdb-db399005e82cec1ab50246a7c276d6695f3072d4.tar.bz2
* configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 1067019..2e4cbc0 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -5,6 +5,15 @@
(Output_data_glink, Stub_table, Target_powerpc): Explicitly
instantiate constants.
+2012-12-06 Roland McGrath <mcgrathr@google.com>
+
+ * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
+ Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
+ * aclocal.m4: Regenerate.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+ * testsuite/Makefile.in: Regenerate.
+
2012-12-07 Alan Modra <amodra@gmail.com>
* options.h (General_options): Add no_toc_optimize.