Merge from trunk: 215733-215743
[official-gcc.git] / gcc-4_6_3-mobile / include / ChangeLog.google-4_6
blob8d719fe2f565fda8c2aab4c945e9f785463395b4
1 2012-03-20   Sterling Augustine  <saugustine@google.com>
2              Cary Coutant  <ccoutant@google.com>
4         * dwarf2.h (enum dwarf_location_atom): Add
5         DW_OP_GNU_addr_index.
7 2011-12-19  Sterling Augustine <saugustine@google.com>
9         Backport from google/main
11         * dwarf2.h (enum dwarf_form): Add DW_FORM_GNU_ref_index,
12         DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
13         (enum dwarf_attribute): Add DW_AT_GNU_dwo_name, DW_AT_GNU_dwo_id,
14         DW_AT_GNU_ref_base, DW_AT_GNU_addr_base, DW_AT_GNU_pubnames and
15         DW_AT_GNU_pubtypes.
17 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
19        * plugin-api.h
20        (ld_plugin_section): New struct.
21        (ld_plugin_get_section_count): New typedef.
22        (ld_plugin_get_section_type): New typedef.
23        (ld_plugin_get_section_name): New typedef.
24        (ld_plugin_get_section_contents): New typedef.
25        (ld_plugin_update_section_order): New typedef.
26        (ld_plugin_allow_section_ordering): New typedef.
27        (ld_plugin_get_view): New typedef.
28        (LDPT_GET_SECTION_COUNT): New enum value.
29        (LDPT_GET_SECTION_TYPE): New enum value.
30        (LDPT_GET_SECTION_NAME): New enum value.
31        (LDPT_GET_SECTION_CONTENTS): New enum value.
32        (LDPT_UPDATE_SECTION_ORDER): New enum value.
33        (LDPT_ALLOW_SECTION_ORDERING): New enum value.
34        (LDPT_GET_VIEW): New enum value.
35        (tv_get_section_count): New struct member.
36        (tv_get_section_type): New struct member.
37        (tv_get_section_name): New struct member.
38        (tv_get_section_contents): New struct member.
39        (tv_update_section_order): New struct member.
40        (tv_allow_section_ordering): New struct member.
41        (tv_get_view): New struct member.