Re: [PATCH] dwarf2out: Fix up split-dwarf .debug_macro handling [PR99319]

2021-03-02 Thread Jeff Law via Gcc-patches
On 3/2/21 2:06 AM, Jakub Jelinek via Gcc-patches wrote: > Hi! > > The -gsplit-dwarf changes came a few months after .debug_macro > and the r0-120109 changes just changed the 2nd operand of > DW_MACRO_GNU_{define,undef}_indirect from the usual .debug_str > section offset argument to leb128 index

[PATCH] dwarf2out: Fix up split-dwarf .debug_macro handling [PR99319]

2021-03-02 Thread Jakub Jelinek via Gcc-patches
Hi! The -gsplit-dwarf changes came a few months after .debug_macro and the r0-120109 changes just changed the 2nd operand of DW_MACRO_GNU_{define,undef}_indirect from the usual .debug_str section offset argument to leb128 index into .debug_str_offsets without changing the opcodes. DWARF5 standard