This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing ChangeLog entry for last commit.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3215deaaa6abbb7663fa3ec13a03ad74fd58b705

commit 3215deaaa6abbb7663fa3ec13a03ad74fd58b705
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Fri Mar 23 23:29:43 2018 -0700

    Add missing ChangeLog entry for last commit.

Diff:
---
 gold/ChangeLog | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 8740462..f0f0d5c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]