aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-05-02 18:41:56 +0000
committerCary Coutant <ccoutant@gcc.gnu.org>2012-05-02 11:41:56 -0700
commit43f7c4322c96c3cc1f7a54d210a0c8a4b2344def (patch)
tree5813b255c1eda383563f59d2913dee6cef9f15a8 /include
parent3ad64f53daf2522a94bf42c7378e7ea7b799f7c6 (diff)
downloadgcc-43f7c4322c96c3cc1f7a54d210a0c8a4b2344def.zip
gcc-43f7c4322c96c3cc1f7a54d210a0c8a4b2344def.tar.gz
gcc-43f7c4322c96c3cc1f7a54d210a0c8a4b2344def.tar.bz2
dwarf2.def: Remove DW_FORM_GNU_ref_index, replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
include/ * dwarf2.def: Remove DW_FORM_GNU_ref_index, replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. From-SVN: r187061
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dwarf2.def3
2 files changed, 6 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index a2299a6..4898199 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-02 Cary Coutant <ccoutant@google.com>
+
+ * dwarf2.def: Remove DW_FORM_GNU_ref_index,
+ replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
+
2012-04-28 Doug Evans <dje@google.com>
* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 3ac3354..e36ae91 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -203,7 +203,6 @@ DW_FORM (DW_FORM_exprloc, 0x18)
DW_FORM (DW_FORM_flag_present, 0x19)
DW_FORM (DW_FORM_ref_sig8, 0x20)
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
-DW_FORM (DW_FORM_GNU_ref_index, 0x1f00)
DW_FORM (DW_FORM_GNU_addr_index, 0x1f01)
DW_FORM (DW_FORM_GNU_str_index, 0x1f02)
DW_END_FORM
@@ -383,7 +382,7 @@ DW_AT (DW_AT_GNU_macros, 0x2119)
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
DW_AT (DW_AT_GNU_dwo_name, 0x2130)
DW_AT (DW_AT_GNU_dwo_id, 0x2131)
-DW_AT (DW_AT_GNU_ref_base, 0x2132)
+DW_AT (DW_AT_GNU_ranges_base, 0x2132)
DW_AT (DW_AT_GNU_addr_base, 0x2133)
DW_AT (DW_AT_GNU_pubnames, 0x2134)
DW_AT (DW_AT_GNU_pubtypes, 0x2135)