Commit 63f72e39 by Rafael Avila de Espindola Committed by Rafael Espindola

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
parent 22d72dbc
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. * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
(ld_plugin_get_input_file): New. (ld_plugin_get_input_file): New.
......
...@@ -218,7 +218,7 @@ enum ld_plugin_status ...@@ -218,7 +218,7 @@ enum ld_plugin_status
typedef typedef
enum ld_plugin_status 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. */ /* The linker's interface for issuing a warning or error message. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment