merge from gcc
This commit is contained in:
		| @@ -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.  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user