merge from gcc
This commit is contained in:
parent
0c9b2b4cc6
commit
e322137b9b
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue