Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2012-06-08 23:01:23 +0400
committerDJ Delorie <dj@redhat.com>2012-06-08 23:01:23 +0400
commit3791ab4cd597d6866733164a3db2c5612c0e2a40 (patch)
treef77fafd2526eaf3cb85295a94442f52588bdf287 /include/dwarf2.h
parent275f22552005882bb2c80cbfa510e595651e675c (diff)
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 0be7a99c8..2c1aeb6b9 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -333,6 +333,11 @@ enum dwarf_macro_record_type
DW_MACRO_GNU_define_indirect = 5,
DW_MACRO_GNU_undef_indirect = 6,
DW_MACRO_GNU_transparent_include = 7,
+ /* Extensions for DWZ multifile.
+ See http://www.dwarfstd.org/ShowIssue.php?issue=120604.1&type=open . */
+ DW_MACRO_GNU_define_indirect_alt = 8,
+ DW_MACRO_GNU_undef_indirect_alt = 9,
+ DW_MACRO_GNU_transparent_include_alt = 10,
DW_MACRO_GNU_lo_user = 0xe0,
DW_MACRO_GNU_hi_user = 0xff
};