This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[patch] Fix ChangeLog entry


Ian pointed out that the last ChangeLog I wrote was incorrect. Fixed
with the attached patch.

Cheers,
-- 
Rafael Ãvila de EspÃndola
Index: include/ChangeLog
===================================================================
--- include/ChangeLog	(revision 152497)
+++ include/ChangeLog	(working copy)
@@ -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>
 

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