> +/* Extensions for DWZ multifile.
> +   See http://www.dwarfstd.org/ShowIssue.php?issue=120604.1&type=open .  */

I'd suggest repeating this comment below:

> --- include/dwarf2.h.jj 2012-05-09 20:15:32.000000000 +0200
> +++ include/dwarf2.h    2012-05-14 12:16:37.414204203 +0200
> @@ -333,6 +333,9 @@ enum dwarf_macro_record_type
>     DW_MACRO_GNU_define_indirect = 5,
>     DW_MACRO_GNU_undef_indirect = 6,
>     DW_MACRO_GNU_transparent_include = 7,
> +    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
>   };

-cary

Reply via email to