Adjust last commit.

From-SVN: r188338
This commit is contained in:
Jakub Jelinek 2012-06-08 20:52:32 +02:00
parent c6133dbed2
commit afd90490f9
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ 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,