This patch is for the google/gcc-4_6 branch.
[official-gcc.git] / gcc-4_6 / include / ChangeLog.google-4_6
blob14e8eb86733ae9c992ed2c6c14cfa05bd5b605f8
1 2012-06-04  Cary Coutant  <ccoutant@google.com>
3         * dwarf2.h (enum dwarf_location_list_entry_type): New enum.
5 2012-05-24  Sterling Augustine  <saugustine@google.com>
6             Cary Coutant  <ccoutant@google.com>
8         * dwarf2.h: Add DW_OP_GNU_const_index.
10 2012-05-08   Sterling Augustine  <saugustine@google.com>
11              Cary Coutant  <ccoutant@google.com>
13         * dwarf2.h (enum dwarf_form): Remove DW_FORM_GNU_ref_index.
14         (enum dwarf_attribute): Replace DW_AT_GNU_ref_base with
15         DW_AT_GNU_ranges_base.
17 2012-03-20   Sterling Augustine  <saugustine@google.com>
18              Cary Coutant  <ccoutant@google.com>
20         * dwarf2.h (enum dwarf_location_atom): Add
21         DW_OP_GNU_addr_index.
23 2011-12-19  Sterling Augustine <saugustine@google.com>
25         Backport from google/main
27         * dwarf2.h (enum dwarf_form): Add DW_FORM_GNU_ref_index,
28         DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
29         (enum dwarf_attribute): Add DW_AT_GNU_dwo_name, DW_AT_GNU_dwo_id,
30         DW_AT_GNU_ref_base, DW_AT_GNU_addr_base, DW_AT_GNU_pubnames and
31         DW_AT_GNU_pubtypes.
33 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
35        * plugin-api.h
36        (ld_plugin_section): New struct.
37        (ld_plugin_get_section_count): New typedef.
38        (ld_plugin_get_section_type): New typedef.
39        (ld_plugin_get_section_name): New typedef.
40        (ld_plugin_get_section_contents): New typedef.
41        (ld_plugin_update_section_order): New typedef.
42        (ld_plugin_allow_section_ordering): New typedef.
43        (ld_plugin_get_view): New typedef.
44        (LDPT_GET_SECTION_COUNT): New enum value.
45        (LDPT_GET_SECTION_TYPE): New enum value.
46        (LDPT_GET_SECTION_NAME): New enum value.
47        (LDPT_GET_SECTION_CONTENTS): New enum value.
48        (LDPT_UPDATE_SECTION_ORDER): New enum value.
49        (LDPT_ALLOW_SECTION_ORDERING): New enum value.
50        (LDPT_GET_VIEW): New enum value.
51        (tv_get_section_count): New struct member.
52        (tv_get_section_type): New struct member.
53        (tv_get_section_name): New struct member.
54        (tv_get_section_contents): New struct member.
55        (tv_update_section_order): New struct member.
56        (tv_allow_section_ordering): New struct member.
57        (tv_get_view): New struct member.