[Bug gold/25968] New: plugin_test_1 fails when --gc-sections is on by default

2020-05-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25968 Bug ID: 25968 Summary: plugin_test_1 fails when --gc-sections is on by default Product: binutils Version: 2.35 (HEAD) Status: NEW Severity: normal

[Bug gold/25476] [gold] Gold doesn't handle GDesc -> IE transition correctly

2020-05-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25476 --- Comment #1 from H.J. Lu --- When creating a shared library, input object files can have GDesc and IE relocations against the same symbol. Ld can convert GDesc to IE. But gold can't. -- You are receiving this mail because: You are on the

[Bug binutils/25447] objcopy : free() invalid pointer in _bfd_coff_free_symbols

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25447 Alan Modra changed: What|Removed |Added CC||dkcjd2000 at gmail dot com --- Comment #

[Bug binutils/25958] [objdump] crash with -d flag in linux/raise.c:54

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25958 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/25959] [nm] segmentation fault with at vms-alpha.c:1577

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25959 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug binutils/25960] [nm] crash at vms_traverse_index at vms-lib.c:230

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25960 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Re: Possible bug in ld-2.33.90: ld/ldlang.c:3662

2020-05-10 Thread Alan Modra
On Sat, May 09, 2020 at 05:09:18PM +0200, Antonio Ceballos wrote: > --- ld/ldlang.c 2020-01-18 14:55:48.0 +0100 > +++ ld/ldlang_new.c 2020-05-09 16:57:21.576153371 +0200 > @@ -3659,7 +3659,7 @@ >if ((ctf_output = ctf_create (&err)) != NULL) > return; > > - einfo (_("%P:

[Bug binutils/25961] [nm] crash at _IO_flush_all_lockp at genops.c:779

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25961 Alan Modra changed: What|Removed |Added Last reconfirmed||2020-05-11 Status|UNCONFIRME

[Bug binutils/25962] [nm] crash at vms_add_index at vms-lib.c:157

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25962 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/25963] [nm] crash at __memcpy_avx_unaligned () at memcpy-avx-unaligned.S:245

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25963 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/25964] [nm] crash at vms_traverse_index at vms-lib.c:230

2020-05-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25964 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

Re: Possible bug in ld-2.33.90: ld/ldlang.c:3662

2020-05-10 Thread Antonio Ceballos
Ok, thanks for your reply. I should have checked git, sorry! As the fix is on mainline, the next release will include it, which is fair enough. Antonio On Mon, May 11, 2020 at 8:04 AM Alan Modra wrote: > On Sat, May 09, 2020 at 05:09:18PM +0200, Antonio Ceballos wrote: > > --- ld/ldlang.c