diff options
author | DJ Delorie <dj@redhat.com> | 2009-10-09 16:17:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-10-09 16:17:35 +0000 |
commit | 84552b989d53912aa8f9beb0123f226b458c2b3d (patch) | |
tree | cdaf7a65d51dc4165ba792007f3abae0856dc97a | |
parent | 220f363d20cf63e78887212d86fa966e794c8030 (diff) | |
download | cygnal-84552b989d53912aa8f9beb0123f226b458c2b3d.tar.gz cygnal-84552b989d53912aa8f9beb0123f226b458c2b3d.tar.bz2 cygnal-84552b989d53912aa8f9beb0123f226b458c2b3d.zip |
merge from gcc
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/plugin-api.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 6712b5e40..fe9b38f92 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -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. diff --git a/include/plugin-api.h b/include/plugin-api.h index 530f3f448..a026e7a00 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -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. */ |