summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-05-22 23:50:52 +0000
committerCary Coutant <ccoutant@google.com>2012-05-22 23:50:52 +0000
commita26e88949684ee10cfbe1468761ba138b12cf9e5 (patch)
treed96fa18d985357936efa6889cfbc6437ec6f1b7a /gold/ChangeLog
parentf32e632a8f71c2426c798f783e75261d157a0dfd (diff)
downloadbinutils-redhat-a26e88949684ee10cfbe1468761ba138b12cf9e5.tar.gz
gold/
* symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable object before exporting symbol.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 927d83f851..d9903ab987 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-22 Cary Coutant <ccoutant@google.com>
+
+ * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
+ object before exporting symbol.
+
2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/tls_test.cc: Include "config.h" first.