diff options
author | Rafael Avila de Espindola <espindola@google.com> | 2010-06-18 16:45:51 +0000 |
---|---|---|
committer | Rafael Espindola <espindola@gcc.gnu.org> | 2010-06-18 16:45:51 +0000 |
commit | 47f3e76986dbe0fbd9e80787387b03e885275983 (patch) | |
tree | 95486a0379dfbc6f09d4c87475f4ab84e5face4a /include/ChangeLog | |
parent | d36d83e9c06bb577ded58fb43613ea6cc5e5f4bf (diff) | |
download | gcc-47f3e76986dbe0fbd9e80787387b03e885275983.zip gcc-47f3e76986dbe0fbd9e80787387b03e885275983.tar.gz gcc-47f3e76986dbe0fbd9e80787387b03e885275983.tar.bz2 |
plugin.h (ld_plugin_add_input_file, [...]): Make argument const.
2010-06-18 Rafael Espindola <espindola@google.com>
* plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
Make argument const.
From-SVN: r161007
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a879adb..6b8053f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2010-06-18 Rafael Espindola <espindola@google.com> + + * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): + Make argument const. + 2010-06-08 Tristan Gingold <gingold@adacore.com> * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and |