[Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files

2018-08-16 Thread zenith432 at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23460 --- Comment #15 from zenith432 at users dot sourceforge.net --- (In reply to Evangelos Foutras from comment #14) > I believe the above error is caused by a sequence of "dlopen -> dlclose -> > dlopen" on LLVMgold.so. (liblto_plugin.so doesn't se

[Bug ld/23534] New: ld.bfd: internal error from ldlang.c:6635

2018-08-16 Thread dirkjan at ochtman dot nl
https://sourceware.org/bugzilla/show_bug.cgi?id=23534 Bug ID: 23534 Summary: ld.bfd: internal error from ldlang.c:6635 Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Comp

[Bug ld/23534] ld.bfd: internal error from ldlang.c:6635

2018-08-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23534 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #1 f

[Bug gold/22914] Gold doesn't support .note.gnu.property section (NT_GNU_PROPERTY_TYPE_0)

2018-08-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22914 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug gold/23535] New: gold needs to produce two PT_NOTE segments with ELFCLASS64

2018-08-16 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23535 Bug ID: 23535 Summary: gold needs to produce two PT_NOTE segments with ELFCLASS64 Product: binutils Version: 2.31 Status: NEW Severity: normal Prio

[Bug binutils/20293] bfd/elfxx-aarch64.c _bfd_aarch64_elf_grok_prstatus use error offset of pr_pid on arm64_ilp32

2018-08-16 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20293 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org Co

[Bug ld/23536] New: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001

2018-08-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23536 Bug ID: 23536 Summary: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 Product: binutils Version: 2.32 (HEAD) Status: NEW Severity: normal Priority: P2 Com

[Bug ld/23426] ld manual is inconsistent with reality w.r.t. default --hash-style value

2018-08-16 Thread vlad at ispras dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=23426 Vladislav Ivanishin changed: What|Removed |Added CC||romain.geissler at amadeus dot

[Bug gold/23539] New: --incremental-update doesn't work with GNU properties

2018-08-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23539 Bug ID: 23539 Summary: --incremental-update doesn't work with GNU properties Product: binutils Version: 2.32 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files

2018-08-16 Thread evangelos at foutrelis dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23460 --- Comment #16 from Evangelos Foutras --- (In reply to zenith432 from comment #15) > = begin patch > diff --git a/bfd/plugin.c b/bfd/plugin.c > index d9b9e2f1..3b738c38 100644 > --- a/bfd/plugin.c > +++ b/bfd/plugin.c > @@ -274,7 +274,7 @