merge from gcc

This commit is contained in:
DJ Delorie 2009-10-09 16:17:35 +00:00
parent 220f363d20
commit 84552b989d
2 changed files with 6 additions and 1 deletions

View 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.

View 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. */