diff options
author | Cary Coutant <ccoutant@google.com> | 2015-02-04 10:36:07 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2015-02-04 10:36:25 -0800 |
commit | b66d1c52ac4537484353797ce8d791c0552b3839 (patch) | |
tree | 1966b0635e1b4844453eb9f51a4cf3ebc5469036 /gold | |
parent | 20ba1ce66d31b9dd16ed8c648f46ce32aa3a03e0 (diff) | |
download | gdb-b66d1c52ac4537484353797ce8d791c0552b3839.zip gdb-b66d1c52ac4537484353797ce8d791c0552b3839.tar.gz gdb-b66d1c52ac4537484353797ce8d791c0552b3839.tar.bz2 |
Add missing ChangeLog entry.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 24a3952..a7deb77 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> |