[Bug binutils/25572] /dev/null should be excluded from 'files are the same' check

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25572 --- Comment #4 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=3c968de5c7d1719b2f9b538f2f7f5f5922e5f311 commit 3c968de5c7d1719b2f9b538f2f7

[Bug binutils/25572] /dev/null should be excluded from 'files are the same' check

2020-03-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25572 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 Martin Liška changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are

[Bug binutils/25640] New: nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 Bug ID: 25640 Summary: nm shows symbol as 'U' while showed as 'T' Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug binutils/25641] z80: [patch] Fix eZ80 disassembler

2020-03-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25641 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org -- Yo

[Bug binutils/25641] New: z80: [patch] Fix eZ80 disassembler

2020-03-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25641 Bug ID: 25641 Summary: z80: [patch] Fix eZ80 disassembler Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug gas/25633] z80: [PATCH] Fix unsupported register registration

2020-03-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25633 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org -- Yo

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 H.J. Lu changed: What|Removed |Added Component|gold|ld Version|unspecified

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #22 from H.J. Lu --- (In reply to H.J. Lu from comment #21) > (In reply to Kaylee from comment #20) > > Works for me now! > > I added --remove_section_header to objcopy/strip. Please take a look. It is --remove-section-header.

[Bug gas/25612] -gdwarf-{3,4,5} command line arguments

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25612 --- Comment #3 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=31bf18645d98b4d3d7357353be840e320649a67d commit 31bf18645d98b4d3d7357353be8

[Bug binutils/25491] binutils 2.34 tarball requires makeinfo

2020-03-06 Thread simark at simark dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 Simon Marchi changed: What|Removed |Added CC||simark at simark dot ca --- Comment #2

[Bug gas/25612] -gdwarf-{3,4,5} command line arguments

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

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

2020-03-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #3 from Nick Clifton --- (In reply to Nick Desaulniers from comment #0) > .file 0 "asdf" > .section .debug_info,"",@progbits > .long 3 > .short 5 > I *think* section "2.14 Declaration Coordinates" pdf page 68 of [0] > addresses th

[Bug binutils/25491] binutils 2.34 tarball requires makeinfo

2020-03-06 Thread simark at simark dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 Simon Marchi changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 --- Comment #1 from H.J. Lu --- LTO generates 2 ltrans.o files from one input IR: $ nm /tmp/ccXafC5I.ltrans0.ltrans.o | grep tp_connection_get_type 4570 T tp_connection_get_type 2250 t tp_connection_get_type_once $nm /

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 --- Comment #2 from Martin Liška --- Heh. Then we should use -flto-partition=none or one. Anyway, to be honest, I'm still not fully convinced about the selected approach (of using LTO for nm). There's still a possibility to extend lto plugin

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 --- Comment #3 from H.J. Lu --- Created attachment 12354 --> https://sourceware.org/bugzilla/attachment.cgi?id=12354&action=edit This is a kludge. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 H.J. Lu changed: What|Removed |Added Attachment #12354|0 |1 is obsolete|

[Bug gas/25612] -gdwarf-{3,4,5} command line arguments

2020-03-06 Thread ndesaulniers at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25612 --- Comment #5 from Nick Desaulniers --- Great, thanks Nick! -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-03-06 Thread ndesaulniers at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 Nick Desaulniers changed: What|Removed |Added CC||paul_robinson at playstation dot s

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 --- Comment #5 from Martin Liška --- (In reply to H.J. Lu from comment #4) > Created attachment 12355 [details] > Pass -flto-partition=none to GCC This seems right to me. Anyway, can't we built on something like: https://gcc.gnu.org/git/gitw

[Bug gas/25612] -gdwarf-{3,4,5} command line arguments

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25612 --- 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=84d9ab33f3dc542c5f20abb9026240cfd48ccd97 commit 84d9ab33f3dc542c5f20abb9026

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

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #4 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=84d9ab33f3dc542c5f20abb9026240cfd48ccd97 commit 84d9ab33f3dc542c5f20abb9026

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25640 --- Comment #6 from H.J. Lu --- (In reply to Martin Liška from comment #5) > (In reply to H.J. Lu from comment #4) > > Created attachment 12355 [details] > > Pass -flto-partition=none to GCC > > This seems right to me. > > Anyway, can't we b

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

2020-03-06 Thread ndesaulniers at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #7 from Nick Desaulniers --- Attached what Clang produces for an empty function definition with -gdwarf-5. -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-03-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #5 from Nick Clift

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

2020-03-06 Thread ndesaulniers at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25614 --- Comment #6 from Nick Desaulniers --- Created attachment 12356 --> https://sourceware.org/bugzilla/attachment.cgi?id=12356&action=edit foo.s -- You are receiving this mail because: You are on the CC list for the bug.

Issue 20508 in oss-fuzz: binutils:fuzz_disassemble: Integer-overflow in print_insn

2020-03-06 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 20508 by sheriffbot: binutils:fuzz_disassemble: Integer-overflow in print_insn https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20508#c3 This bug has been fixed for 30 days. It has been opened to the public. - Your friendly

Issue 20498 in oss-fuzz: binutils:fuzz_disassemble: Undefined-shift in m32c_cgen_extract_operand

2020-03-06 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 20498 by sheriffbot: binutils:fuzz_disassemble: Undefined-shift in m32c_cgen_extract_operand https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20498#c3 This bug has been fixed for 30 days. It has been opened to the public. -

[Bug ld/25501] STT_GNU_IFUNC causes assertion on 64-bit RISC-V

2020-03-06 Thread wilson at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25501 --- Comment #9 from Jim Wilson --- The glibc configure script has been fixed so that it no longer tries to use ifunc on targets that don't support it. We still need to add ifunc support to the binutils RISC-V port though. -- You are receivi

[Bug binutils/25491] binutils 2.34 tarball requires makeinfo

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Simon Marchi : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9979ab666354f355da46ba826a3efeef9fbb8b24 commit 9979ab666354f355da46ba826a3

[Bug binutils/25491] binutils 2.34 tarball requires makeinfo

2020-03-06 Thread simark at simark dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 Simon Marchi changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread klkblake at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #23 from Kaylee --- I got a failure in the ld testsuite in x86-64.exp. Unfortunately, about an hour later, my computer crashed, and I have since been unable to reproduce it. I think the text was something like "RELATIVE RELOCATION

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread klkblake at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #24 from Kaylee --- Apologies, with the new objcopy version it isn't generating overlapping PT_LOAD entries, though it is still modifying them and moving the program header. -- You are receiving this mail because: You are on the

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #25 from H.J. Lu --- (In reply to Kaylee from comment #23) > I got a failure in the ld testsuite in x86-64.exp. Unfortunately, about an > hour later, my computer crashed, and I have since been unable to reproduce > it. I think the

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #26 from H.J. Lu --- (In reply to Kaylee from comment #24) > Apologies, with the new objcopy version it isn't generating overlapping > PT_LOAD entries, though it is still modifying them and moving the program > header. A testcase?

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread klkblake at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #27 from Kaylee --- Created attachment 12357 --> https://sourceware.org/bugzilla/attachment.cgi?id=12357&action=edit testcase for objcopy breakage This .so works fine, but if put through objcopy (even without flags), objcopy wil

[Bug ld/25617] ld should reconstruct dynamic symbol table from PT_DYNAMIC when there is no section header

2020-03-06 Thread klkblake at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25617 --- Comment #28 from Kaylee --- Created attachment 12358 --> https://sourceware.org/bugzilla/attachment.cgi?id=12358&action=edit test case for note warning This is a testcase for the warning about no note section. I think any shared library