summaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2015-02-04 10:36:07 -0800
committerCary Coutant <ccoutant@google.com>2015-02-04 10:36:25 -0800
commitb66d1c52ac4537484353797ce8d791c0552b3839 (patch)
tree1966b0635e1b4844453eb9f51a4cf3ebc5469036 /gold
parent20ba1ce66d31b9dd16ed8c648f46ce32aa3a03e0 (diff)
downloadbinutils-gdb-b66d1c52ac4537484353797ce8d791c0552b3839.tar.gz
Add missing ChangeLog entry.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 24a3952b03e..a7deb7730f1 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-04 Peter Collingbourne <pcc@google.com>
+
+ * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
+ forwarding symbols when computing symbol resolution info for plugins.
+ * plugin.h (Plugin_manager::symtab): New method.
+ (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
+
2015-02-03 Cary Coutant <ccoutant@google.com>
Peter Collingbourne <pcc@google.com>