Re: [patch] DWARF5 .debug_line DW_LNCT_* reorder for readelf [Re: [PATCH] DWARF5 .debug_line{,_str} support]

2016-11-24 Thread Jakub Jelinek
On Thu, Nov 24, 2016 at 04:07:22PM +0100, Jan Kratochvil wrote: > On Thu, 20 Oct 2016 01:30:39 +0200, Jakub Jelinek wrote: > > This patch adds support for DWARF5 .debug_line{,_str} section format, > > though only if !DWARF2_ASM_LINE_DEBUG_INFO, because otherwise > > .debug_line is emitted by the as

[patch] DWARF5 .debug_line DW_LNCT_* reorder for readelf [Re: [PATCH] DWARF5 .debug_line{,_str} support]

2016-11-24 Thread Jan Kratochvil
Hi, On Thu, 20 Oct 2016 01:30:39 +0200, Jakub Jelinek wrote: > This patch adds support for DWARF5 .debug_line{,_str} section format, > though only if !DWARF2_ASM_LINE_DEBUG_INFO, because otherwise > .debug_line is emitted by the assembler. with current GCC trunk (with the GCC patch above) binutil

Re: [PATCH] DWARF5 .debug_line{,_str} support

2016-10-31 Thread Jason Merrill
On 10/31/2016 02:38 PM, Jakub Jelinek wrote: On Mon, Oct 31, 2016 at 11:25:26AM -0400, Jason Merrill wrote: On 10/19/2016 07:30 PM, Jakub Jelinek wrote: This patch adds support for DWARF5 .debug_line{,_str} section format, though only if !DWARF2_ASM_LINE_DEBUG_INFO, because otherwise .debug_lin

Re: [PATCH] DWARF5 .debug_line{,_str} support

2016-10-31 Thread Jakub Jelinek
On Mon, Oct 31, 2016 at 11:25:26AM -0400, Jason Merrill wrote: > On 10/19/2016 07:30 PM, Jakub Jelinek wrote: > >This patch adds support for DWARF5 .debug_line{,_str} section format, > >though only if !DWARF2_ASM_LINE_DEBUG_INFO, because otherwise > >.debug_line is emitted by the assembler. For th

Re: [PATCH] DWARF5 .debug_line{,_str} support

2016-10-31 Thread Jason Merrill
On 10/19/2016 07:30 PM, Jakub Jelinek wrote: This patch adds support for DWARF5 .debug_line{,_str} section format, though only if !DWARF2_ASM_LINE_DEBUG_INFO, because otherwise .debug_line is emitted by the assembler. For that we'll need some coordination with gas, dunno if we want a new as dire