mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-13 05:43:45 +08:00
plugin-api.h (ld_plugin_add_input_library): Change argument name to libname.
2009-10-09 Rafael Espindola <espindola@google.com> * plugin-api.h (ld_plugin_add_input_library): Change argument name to libname. From-SVN: r152592
This commit is contained in:
parent
22d72dbce4
commit
63f72e39b3
@ -1,4 +1,9 @@
|
||||
2009-10-05 Rafael Espindola <espindola@google.com>
|
||||
2009-10-09 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* plugin-api.h (ld_plugin_add_input_library): Change argument name to
|
||||
libname.
|
||||
|
||||
2009-10-05 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
|
||||
(ld_plugin_get_input_file): 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
Block a user