From: Rafael Espindola Date: Tue, 6 Oct 2009 19:27:01 +0000 (+0000) Subject: Fix a changelog X-Git-Tag: releases/gcc-4.5.0~3081 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1aebde0f5748619c1d2302a126ea2048d907837;p=thirdparty%2Fgcc.git Fix a changelog 2009-10-05 Rafael Espindola * 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. From-SVN: r152498 --- diff --git a/include/ChangeLog b/include/ChangeLog index c40a1f3630b7..ac2118475f79 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,14 @@ 2009-10-05 Rafael Espindola - * 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