projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ba1ce
)
Add missing ChangeLog entry.
author
Cary Coutant
<ccoutant@google.com>
Wed, 4 Feb 2015 18:36:07 +0000
(10:36 -0800)
committer
Cary Coutant
<ccoutant@google.com>
Wed, 4 Feb 2015 18:36:25 +0000
(10:36 -0800)
gold/ChangeLog
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 24a3952b03e8e83e826158afe83e6571ac0d95e1..a7deb7730f19e2805858fd687f295ac41050db46 100644
(file)
--- 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>