diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-10-06 20:14:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-10-06 20:14:06 +0000 |
commit | 8341e15b3424b7f42b101a93fa69abf9ede78d30 (patch) | |
tree | b9672f53ec53c75941063781d8e668203770b017 /include/ChangeLog | |
parent | 8654b68afabde90abc1b2e5dfe0e91907bb22982 (diff) | |
download | gdb-8341e15b3424b7f42b101a93fa69abf9ede78d30.zip gdb-8341e15b3424b7f42b101a93fa69abf9ede78d30.tar.gz gdb-8341e15b3424b7f42b101a93fa69abf9ede78d30.tar.bz2 |
Merge from gcc repository.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 8e3f70d..cbae663 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,19 @@ +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. + +2009-10-04 Jerry Quinn <jlquinn@optonline.net> + + * plugin-api.h: Fix compile. + 2009-09-29 Jason Merrill <jason@redhat.com> * demangle.h (enum demangle_component_type): Add |