]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a changelog
authorRafael Espindola <espindola@gcc.gnu.org>
Tue, 6 Oct 2009 19:27:01 +0000 (19:27 +0000)
committerRafael Espindola <espindola@gcc.gnu.org>
Tue, 6 Oct 2009 19:27:01 +0000 (19:27 +0000)
2009-10-05   Rafael Espindola  <espindola@google.com>

* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
(ld_plugin_get_input_file): New.
(ld_plugin_release_input_file): New.
(ld_plugin_add_input_library): New.
(ld_plugin_message): Mark format const.
(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
LDPT_ADD_INPUT_LIBRARY.
(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
tv_add_input_library.

From-SVN: r152498

include/ChangeLog

index c40a1f3630b7fad9b80ccc5b334ea2ad439278e2..ac2118475f794b137bb0a93c080947e64be3f1ab 100644 (file)
@@ -1,6 +1,14 @@
 2009-10-05   Rafael Espindola  <espindola@google.com>
 
-       * plugin-api.h: Sync with src.
+       * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
+       (ld_plugin_get_input_file): New.
+       (ld_plugin_release_input_file): New.
+       (ld_plugin_add_input_library): New.
+       (ld_plugin_message): Mark format const.
+       (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
+       LDPT_ADD_INPUT_LIBRARY.
+       (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
+       tv_add_input_library.
 
 2009-10-04  Jerry Quinn  <jlquinn@optonline.net>