[Bug binutils/23319] objdump - crash with following binary

2018-06-20 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23319 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug gold/23321] Gold Linker SIGSEGV During DWARF Decoding, because it doesn't support DW_LNS_set_epilogue_begin/end and DW_LNS_set_isa

2018-06-20 Thread twoh at fb dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23321 --- Comment #2 from Taewook Oh --- It was clang, close to top of trunk. Maybe std_opcode_lengths has the wrong value: As far as I remember, when it falls back to the default case, the array value for DW_LNS_set_epilogue_end was 1, not 0. It

[Bug gold/23258] Linker cored dump at process_one_opcode

2018-06-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23258 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gold/23321] Gold Linker SIGSEGV During DWARF Decoding, because it doesn't support DW_LNS_set_epilogue_begin/end and DW_LNS_set_isa

2018-06-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23321 --- Comment #1 from Cary Coutant --- Can you provide a sample .o file? What compiler generated it? The "default" case in that switch statement should handle unknown opcodes correctly, unless the std_opcode_lengths array in the line table

[Bug gold/23268] gold doesn't handle symbol versions like BFD ld when linking executable with both -E and --version-script

2018-06-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23268 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gold/23268] gold doesn't handle symbol versions like BFD ld when linking executable with both -E and --version-script

2018-06-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23268 Cary Coutant changed: What|Removed |Added Target Milestone|--- |2.31 -- You are receiving this mail

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

2018-06-20 Thread paul_robinson at playstation dot sony.com
https://sourceware.org/bugzilla/show_bug.cgi?id=23310 --- Comment #4 from Paul Robinson --- In addition to the extensions noted in comment 0, of course the .loc directive would also need to accept file number 0 if there is one. My impression had been that file #0 was implicitly the root file

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

2018-06-20 Thread paul_robinson at playstation dot sony.com
https://sourceware.org/bugzilla/show_bug.cgi?id=23310 --- Comment #3 from Paul Robinson --- Created attachment 11091 --> https://sourceware.org/bugzilla/attachment.cgi?id=11091=edit Sample .s and .o Attaching a zip of a .s and .o file produced by Clang with -gmlt. Note that file 0 and file

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

2018-06-20 Thread paul_robinson at playstation dot sony.com
https://sourceware.org/bugzilla/show_bug.cgi?id=23310 --- Comment #2 from Paul Robinson --- (In reply to Nick Clifton from comment #1) > * There is a proposal to add a hash of the compilation unit source to the > DW_TAG_compile_unit here: http://dwarfstd.org/ShowIssue.php?issue=171216.1

[Bug gold/23321] New: Gold Linker SIGSEGV During DWARF Decoding, because it doesn't support DW_LNS_set_epilogue_begin/end and DW_LNS_set_isa

2018-06-20 Thread twoh at fb dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23321 Bug ID: 23321 Summary: Gold Linker SIGSEGV During DWARF Decoding, because it doesn't support DW_LNS_set_epilogue_begin/end and DW_LNS_set_isa Product: binutils

[Bug binutils/23319] New: objdump - crash with following binary

2018-06-20 Thread sjbae1996 at naver dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23319 Bug ID: 23319 Summary: objdump - crash with following binary Product: binutils Version: 2.27 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug binutils/23316] Segmentation fault in get_build_id()

2018-06-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23316 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/23316] Segmentation fault in get_build_id()

2018-06-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23316 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6077de0645ce12a9c4e99f8839a846b42a535b0a commit

[Bug ld/23317] New: Load address invalid for n64 MIPS -msym32 executables

2018-06-20 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23317 Bug ID: 23317 Summary: Load address invalid for n64 MIPS -msym32 executables Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2

[Bug ld/23317] Load address invalid for n64 MIPS -msym32 executables

2018-06-20 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23317 Bug 23317 depends on bug 22966, which changed state. Bug 22966 Summary: n64 MIPS: -mplt -msym32 is resulting in assertion ld.orig: BFD 2.29.1 assertion fail binutils-2.29.1 /bfd/elfxx-mips.c:11234

[Bug ld/22966] n64 MIPS: -mplt -msym32 is resulting in assertion ld.orig: BFD 2.29.1 assertion fail binutils-2.29.1 /bfd/elfxx-mips.c:11234

2018-06-20 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22966 Maciej W. Rozycki changed: What|Removed |Added Blocks||23317 Referenced Bugs:

[Bug ld/22966] n64 MIPS: -mplt -msym32 is resulting in assertion ld.orig: BFD 2.29.1 assertion fail binutils-2.29.1 /bfd/elfxx-mips.c:11234

2018-06-20 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22966 Maciej W. Rozycki changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/23316] New: Segmentation fault in get_build_id()

2018-06-20 Thread mgcho.minic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23316 Bug ID: 23316 Summary: Segmentation fault in get_build_id() Product: binutils Version: 2.30 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug ld/21458] ld generates none ARM elf ABI compliant code that causes a hard fault.

2018-06-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21458 --- Comment #12 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fc6141f097056f830a412afebed8d81a9d72b696 commit

Re: Certain files getting overwritten between GNU binutils and GDB

2018-06-20 Thread Kaushal Modi
On Wed, Jun 20, 2018, 6:34 AM Nick Clifton wrote: > > My suggestion for resolving this problem is as follows: > > * If the two versions of the file are the same, use the first version. > * For files in the include/ directory, use the most recent version. > * For files in the lib/ and

Re: Certain files getting overwritten between GNU binutils and GDB

2018-06-20 Thread Nick Clifton
Hi Kaushal, > I already have GDB 8.0.1 installed using that flow. But when I try to install > GNU binutils using the same flow, it fails because these files are the exact > same between the two installations: If the files are exactly the same, then it should not matter which version you

[Bug binutils/23299] macOS: objcopy renders object files unusable

2018-06-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23299 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/23299] macOS: objcopy renders object files unusable

2018-06-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23299 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c6643fcc058d6b4aebca75818fbbb705837a9fa3 commit

[Bug gold/23268] gold doesn't handle symbol versions like BFD ld when linking executable with both -E and --version-script

2018-06-20 Thread mh-sourceware at glandium dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23268 --- Comment #6 from Mike Hommey --- Thanks. Is this going to make the cut for 2.31? -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug gold/23268] gold doesn't handle symbol versions like BFD ld when linking executable with both -E and --version-script

2018-06-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23268 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ebb1332297da904a4adab0d3696a5512604f5edd commit

[Bug ld/23309] ld.bfd -u option to force symbol discards symbol when used with LTO plugin and the symbol has hidden or internal visibility

2018-06-20 Thread zenith432 at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23309 --- Comment #3 from zenith432 at users dot sourceforge.net --- Created attachment 11088 --> https://sourceware.org/bugzilla/attachment.cgi?id=11088=edit Proposed patch -- You are receiving this mail because: You are on the CC list for the