This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] binutils --dwarf=decodedline: Add display of is_stmt flag
On Thu, Sep 20, 2018 at 11:12 AM, John Darrington
<john@darrington.wattle.id.au> wrote:
> Thanks.
>
> On Thu, Sep 20, 2018 at 11:00:42AM -0700, H.J. Lu wrote:
> On Thu, Sep 20, 2018 at 10:48 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> > On Wed, Sep 19, 2018 at 11:30 AM, John Darrington
> > <john@darrington.wattle.id.au> wrote:
> >> binutils/
> >> * dwarf.c (display_debug_lines_decoded): Add display of is_stmt.
> >> * testsuite/binutils-all/dw5.W: Deal with the consequences.
> >> * testsuite/binutils-all/objdump.WL: Deal with the consequences.
> >> ---
> >> binutils/dwarf.c | 11 ++++++++---
> >> binutils/testsuite/binutils-all/dw5.W | 14 +++++++-------
> >> binutils/testsuite/binutils-all/objdump.WL | 2 +-
> >> 3 files changed, 16 insertions(+), 11 deletions(-)
> >>
> >
> > This caused:
> >
> > https://sourceware.org/bugzilla/show_bug.cgi?id=23695
> >
>
> I checked in this patch to fix it.
>
For avr-elf target, I saw
FAIL: AVR, large .debug_line table
FAIL: dwarf decoded line after gc-sections
--
H.J.