diff options
| author | DJ Delorie <dj@redhat.com> | 2011-07-22 14:37:58 +0000 |
|---|---|---|
| committer | DJ Delorie <dj@redhat.com> | 2011-07-22 14:37:58 +0000 |
| commit | 26ac12805d14072ea51a3e880e7ef1718f9b8d7b (patch) | |
| tree | 550560246aae78f7be6242cec5b26755060b6906 /include/ChangeLog | |
| parent | 95298e7219e23ca184786a3192df7ab3767ce25a (diff) | |
| download | ppe42-binutils-26ac12805d14072ea51a3e880e7ef1718f9b8d7b.tar.gz ppe42-binutils-26ac12805d14072ea51a3e880e7ef1718f9b8d7b.zip | |
merge from gcc
Diffstat (limited to 'include/ChangeLog')
| -rw-r--r-- | include/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 2252587e5d..c563678f64 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,31 @@ +2011-07-22 Jakub Jelinek <jakub@redhat.com> + + PR c++/49756 + * libiberty.h (stack_limit_increase): New prototype. + +2011-07-13 Sriraman Tallam <tmsriram@google.com> + + * plugin-api.h + (ld_plugin_section): New struct. + (ld_plugin_get_section_count): New typedef. + (ld_plugin_get_section_type): New typedef. + (ld_plugin_get_section_name): New typedef. + (ld_plugin_get_section_contents): New typedef. + (ld_plugin_update_section_order): New typedef. + (ld_plugin_allow_section_ordering): New typedef. + (LDPT_GET_SECTION_COUNT): New enum value. + (LDPT_GET_SECTION_TYPE): New enum value. + (LDPT_GET_SECTION_NAME): New enum value. + (LDPT_GET_SECTION_CONTENTS): New enum value. + (LDPT_UPDATE_SECTION_ORDER): New enum value. + (LDPT_ALLOW_SECTION_ORDERING): New enum value. + (tv_get_section_count): New struct members. + (tv_get_section_type): New struct members. + (tv_get_section_name): New struct members. + (tv_get_section_contents): New struct members. + (tv_update_section_order): New struct members. + (tv_allow_section_ordering): New struct members. + 2011-07-15 Alan Modra <amodra@gmail.com> * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip, |

