[Bug gold/29641] gold, dwp: support zstd for SHF_COMPRESSED debug sections

2022-09-30 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29641 David Blaikie changed: What|Removed |Added CC||dblaikie at gmail dot com

[Bug binutils/29529] [objdump] -l flag can't parse -gdwarf-5 file name info from clang

2022-08-26 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29529 --- Comment #1 from David Blaikie --- So DWARFv5 added a zeroth entry to the line table (used to be the line table started at 1). GCC produces two entries even for a simple file - a zeroth and a first, both with the same value, and GCC always

[Bug gas/25614] dwarf-5 allows for .file 0

2020-03-31 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #16 from David Blaikie --- (In reply to cvs-com...@gcc.gnu.org from comment #15) > The master branch has been updated by Maciej W. Rozycki > : > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git; > h=876678f05e70235ed71d5

[Bug gas/25614] dwarf-5 allows for .file 0

2020-03-18 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #14 from David Blaikie --- (In reply to Nick Clifton from comment #13) > (In reply to David Blaikie from comment #12) > Hi David, > > > > One question - what is the .addrsig directive ? It is in the foo.s file > > > that you uplo

[Bug gas/25614] dwarf-5 allows for .file 0

2020-03-11 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #12 from David Blaikie --- (In reply to Nick Clifton from comment #11) > Hi Nick, > > Right - I have now checked in a patch which should provide full support for > the ".file 0" directive. Plus it handles .file "dir" "file" md5

[Bug gas/25614] dwarf-5 allows for .file 0

2020-02-29 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 David Blaikie changed: What|Removed |Added CC||dblaikie at gmail dot com -- You

[Bug gas/23310] Support DWARF-5 line table features in assembler

2018-06-18 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23310 David Blaikie changed: What|Removed |Added CC||dblaikie at gmail dot com -- You

[Bug gold/21894] New: gdb-index fails to parse debug_ranges base address specifiers in 32 bit address files

2017-08-02 Thread dblaikie at gmail dot com
: UNCONFIRMED Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: dblaikie at gmail dot com CC: ian at airs dot com Target Milestone: --- LLVM recently gained support for using DWARF debug_range base

[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled

2013-06-27 Thread dblaikie at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15685 David Blaikie changed: What|Removed |Added CC||echristo at gmail dot com --- Comment

[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15685 --- Comment #2 from David Blaikie --- & I guess http://sourceware.org/ml/binutils/2002-09/msg00601.html might be relevant (mentions that this wasn't implemented way back in 2002, perhaps it's still just as unimplemented) -- You are receiving

[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15685 David Blaikie changed: What|Removed |Added Version|unspecified |2.22 --- Comment #1 from David Blaikie

[Bug ld/15685] New: R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: dblaikie at gmail dot com Given the following simpl.s: .file "simpl.c" .globl thrd .section.tdata,"awT",@progbits .align 4 .type thrd, @object