diff options
author | Rafael Avila de Espindola <espindola@google.com> | 2009-10-09 15:23:04 +0000 |
---|---|---|
committer | Rafael Espindola <espindola@gcc.gnu.org> | 2009-10-09 15:23:04 +0000 |
commit | 63f72e39b35dac43c6e6ce12b76986d4e0e39139 (patch) | |
tree | 930d8ca976bc941ef4164224c20558a200ed1aac /include/plugin-api.h | |
parent | 22d72dbce467332ed31367c512fb34bcc82758f6 (diff) | |
download | gcc-63f72e39b35dac43c6e6ce12b76986d4e0e39139.tar.gz |
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
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r-- | include/plugin-api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h index 530f3f44873..a026e7a004b 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. */ |