summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-19 07:19:00 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-19 07:19:00 +0000
commit050ec5cb29345afb71213ef17b780789b9673564 (patch)
treed707a7beedbc2959e80021354dbc9420db21f920 /m4/ChangeLog
parented91e298a4b51ab184b6c22a2b7e61a357795382 (diff)
downloadcoreutils-050ec5cb29345afb71213ef17b780789b9673564.tar.xz
(gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
--as-needed option if available.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 2fc9a180b..8ad70a2ee 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
+ --as-needed option if available. Problem reported by Albert Chin in
+ <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
+
2006-06-18 Jim Meyering <jim@meyering.net>
Test for a bug that causes glibc's getcwd to suffer a failed assertion.