OSDN Git Service

merge from gcc
authordj <dj>
Fri, 9 Oct 2009 16:17:35 +0000 (16:17 +0000)
committerdj <dj>
Fri, 9 Oct 2009 16:17:35 +0000 (16:17 +0000)
include/ChangeLog
include/plugin-api.h

index 6712b5e..fe9b38f 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-09  Rafael Espindola  <espindola@google.com>
+
+       * plugin-api.h (ld_plugin_add_input_library): Change argument name to
+       libname.
+
 2008-10-03  Rafael Espindola  <espindola@google.com>
 
        * plugin-api.h: New.
index 530f3f4..a026e7a 100644 (file)
@@ -218,7 +218,7 @@ enum ld_plugin_status
 
 typedef
 enum ld_plugin_status
-(*ld_plugin_add_input_library) (char *pathname);
+(*ld_plugin_add_input_library) (char *libname);
 
 /* The linker's interface for issuing a warning or error message.  */