diff options
author | DJ Delorie <dj@redhat.com> | 2012-06-08 19:01:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-06-08 19:01:23 +0000 |
commit | 3791ab4cd597d6866733164a3db2c5612c0e2a40 (patch) | |
tree | f77fafd2526eaf3cb85295a94442f52588bdf287 /include/dwarf2.def | |
parent | 275f22552005882bb2c80cbfa510e595651e675c (diff) | |
download | cygnal-3791ab4cd597d6866733164a3db2c5612c0e2a40.tar.gz cygnal-3791ab4cd597d6866733164a3db2c5612c0e2a40.tar.bz2 cygnal-3791ab4cd597d6866733164a3db2c5612c0e2a40.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index 870aecdaa..e9a8bcac0 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -205,6 +205,10 @@ DW_FORM (DW_FORM_ref_sig8, 0x20) /* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */ DW_FORM (DW_FORM_GNU_addr_index, 0x1f01) DW_FORM (DW_FORM_GNU_str_index, 0x1f02) +/* Extensions for DWZ multifile. + See http://www.dwarfstd.org/ShowIssue.php?issue=120604.1&type=open . */ +DW_FORM (DW_FORM_GNU_ref_alt, 0x1f20) +DW_FORM (DW_FORM_GNU_strp_alt, 0x1f21) DW_END_FORM DW_FIRST_AT (DW_AT_sibling, 0x01) |