aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-05-26 23:05:00 +0000
committerDoug Kwan <dougkwan@google.com>2009-05-26 23:05:00 +0000
commite7ae8c368d5cf83e8668ace7f7fcbbc66b9e1a14 (patch)
treecda538d13a51bb29022584356bd2fa241b65ddc8 /gold
parent2fdd743f6d30838e94d0c23518028513e6803095 (diff)
downloadfsf-binutils-gdb-e7ae8c368d5cf83e8668ace7f7fcbbc66b9e1a14.zip
fsf-binutils-gdb-e7ae8c368d5cf83e8668ace7f7fcbbc66b9e1a14.tar.gz
fsf-binutils-gdb-e7ae8c368d5cf83e8668ace7f7fcbbc66b9e1a14.tar.bz2
Add missing ChangeLog entry in previous check-in
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c1bc8d0..00f8464 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,21 @@
+2009-05-26 Doug Kwan <dougkwan@google.com>
+
+ * options.cc (General_options::parse_exclude_libs). Fix a comment.
+ (General_options::check_excluded_libs): Strip off directories in
+ archive name before matching like GNU ld does.
+ * testsuite/Makefile.am (MOSTLYCLEANFILES,
+ exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
+ (exclude_libs_test_LDFLAGS): Add linker option
+ -Wl,--exclude-libs,libexclude_libs_test_3
+ (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
+ an explicit archive without using -l.
+ (alt/libexclude_libs_test_3.a): New make rule.
+ * testsuite/Makefile.in: Regenerate.
+ * testsuite/exclude_libs_test.c : Declare lib3_default().
+ (main): Call it.
+ * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
+ * exclude_libs_test_3.c: New file.
+
2009-05-26 Nick Clifton <nickc@redhat.com>
* po/id.po: New Indonesian translation.