Add missing ChangeLog entry for last commit.
authorCary Coutant <ccoutant@gmail.com>
Sat, 24 Mar 2018 06:29:43 +0000 (23:29 -0700)
committerCary Coutant <ccoutant@gmail.com>
Sat, 24 Mar 2018 06:34:13 +0000 (23:34 -0700)
gold/ChangeLog

index 8740462ba5bdc86942503b12e9ce6d2f4d2cf07e..f0f0d5c68da2ea13284e2478e3f2e7a218735e68 100644 (file)
@@ -1,3 +1,24 @@
+2018-03-23  Cary Coutant  <ccoutant@gmail.com>
+
+       * debug.h (DEBUG_PLUGIN): New constant.
+       (DEBUG_ALL): Add DEBUG_PLUGIN.
+       (debug_string_to_enum): Likewise.
+       * plugin.cc (make_sized_plugin_object): Add filename parameter.
+       (Plugin_recorder): New class.
+       (Plugin_manager::~Plugin_manager): Delete recorder_.
+       (Plugin_manager::load_plugins): Create and initialize recorder_.
+       (Plugin_manager::claim_file): Record claimed and unclaimed files.
+       (Plugin_manager::make_plugin_object): Use object name as name for
+       plugin object, if available.
+       (Plugin_manager::add_input_file): Record replacement files.
+       (Sized_pluginobj::do_add_symbols): Record plugin symbols.
+       (Plugin_finish::run): Call Plugin_recorder::finish().
+       (make_sized_plugin_object): Add filename parameter and pass to
+       Sized_pluginobj constructor.
+       * plugin.h (Plugin::filename): New method.
+       (Plugin::recorder): New method.
+       (Plugin::recorder_): New data member.
+
 2018-03-07  Sriraman Tallam  <tmsriram@google.com>
 
        * layout.cc (Layout::default_section_order): Check for text section
This page took 0.036985 seconds and 4 git commands to generate.