Re: [PATCH] For -gdwarf-5 emit DWARF5 .debug_macro

2016-10-31 Thread Jason Merrill
OK.

[PATCH] For -gdwarf-5 emit DWARF5 .debug_macro

2016-10-14 Thread Jakub Jelinek
Hi! The GNU DW_AT_GNU_macros and .debug_macro* extensions were added to DWARF5, so we should emit those even in -gstrict-dwarf -gdwarf-5 mode. Bootstrapped/regtested on x86_64-linux and i686-linux on top of the dwarf2.{def,h} patch, ok for trunk? 2016-10-14 Jakub Jelinek