Add missing ChangeLog entry.
authorCary Coutant <ccoutant@google.com>
Wed, 4 Feb 2015 18:36:07 +0000 (10:36 -0800)
committerCary Coutant <ccoutant@google.com>
Wed, 4 Feb 2015 18:36:25 +0000 (10:36 -0800)
gold/ChangeLog

index 24a3952..a7deb77 100644 (file)
@@ -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>