diff options
author | Cary Coutant <ccoutant@google.com> | 2009-10-28 18:07:25 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-10-28 18:07:25 +0000 |
commit | 40f36857fe3640c0d8dd96b2e36527ffc7f7d954 (patch) | |
tree | 241ff081e28d4b13dff85b4aa022343712b0a492 /gold/ChangeLog | |
parent | 7aee19a1c49ad1ec97080e6f34715b625b6a43c1 (diff) | |
download | gdb-40f36857fe3640c0d8dd96b2e36527ffc7f7d954.zip gdb-40f36857fe3640c0d8dd96b2e36527ffc7f7d954.tar.gz gdb-40f36857fe3640c0d8dd96b2e36527ffc7f7d954.tar.bz2 |
* plugin.h (Plugin::Plugin): Initialize cleanup_done_.
(Plugin::cleanup_done_): New member.
(Plugin_manager::Plugin_manager): Remove cleanup_done_.
(Plugin_manager::cleanup_done_): Remove.
(Plugin_manager::add_input_file): Edit error message.
* plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
(Plugin_manager::cleanup): Remove use of cleanup_done_.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 56991ab..630854c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2009-10-28 Cary Coutant <ccoutant@google.com> + + * plugin.h (Plugin::Plugin): Initialize cleanup_done_. + (Plugin::cleanup_done_): New member. + (Plugin_manager::Plugin_manager): Remove cleanup_done_. + (Plugin_manager::cleanup_done_): Remove. + (Plugin_manager::add_input_file): Edit error message. + * plugin.cc (Plugin::cleanup): Test and set cleanup_done_. + (Plugin_manager::cleanup): Remove use of cleanup_done_. + 2009-10-27 Mikolaj Zalewski <mikolajz@google.com> * fileread.cc: (File_read::View::~View): Use the new |