diff options
author | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-06 19:27:01 +0000 |
---|---|---|
committer | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-06 19:27:01 +0000 |
commit | ef356dfaa8f1b1666d0709c6a2f0d6efd03aea38 (patch) | |
tree | 3c5df5f00ca4e4b0a811dc419932743ea12eb258 /include | |
parent | bf30d630cfff449cb858e5da2f643e7f89d2843f (diff) | |
download | gcc-ef356dfaa8f1b1666d0709c6a2f0d6efd03aea38.tar.gz |
Fix a changelog
2009-10-05 Rafael Espindola <espindola@google.com>
* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
(ld_plugin_get_input_file): New.
(ld_plugin_release_input_file): New.
(ld_plugin_add_input_library): New.
(ld_plugin_message): Mark format const.
(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
LDPT_ADD_INPUT_LIBRARY.
(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
tv_add_input_library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152498 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c40a1f3630b..ac2118475f7 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,14 @@ 2009-10-05 Rafael Espindola <espindola@google.com> - * plugin-api.h: Sync with src. + * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE. + (ld_plugin_get_input_file): New. + (ld_plugin_release_input_file): New. + (ld_plugin_add_input_library): New. + (ld_plugin_message): Mark format const. + (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and + LDPT_ADD_INPUT_LIBRARY. + (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and + tv_add_input_library. 2009-10-04 Jerry Quinn <jlquinn@optonline.net> |