[Bug binutils/28144] [2.37 regression] binutils build compile zero-sized mans (probably due to extra --no-split option)

2021-07-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28144 H.J. Lu changed: What|Removed |Added CC||xry111 at mengyan1223 dot wang --- Comment

[Bug binutils/28134] empty man pages in binutils 2.37 release tarball

2021-07-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28134 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/28138] [2.37 Regression][bisected] Linker plugin complains about "malformed archive" on thin archines

2021-07-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28138 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5b37a5ca1d2e90ea1fc29593046428f7ed116a7f commit 5b37a5ca1d2e90ea1fc29593046428f

[Bug binutils/28144] [2.37 regression] binutils build compile zero-sized mans (probably due to extra --no-split option)

2021-07-26 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=28144 --- Comment #1 from Sergei Trofimovich --- Sent https://sourceware.org/pipermail/binutils/2021-July/117503.html for review. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28144] New: [2.37 regression] binutils build compile zero-sized mans (probably due to extra --no-split option)

2021-07-26 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=28144 Bug ID: 28144 Summary: [2.37 regression] binutils build compile zero-sized mans (probably due to extra --no-split option) Product: binutils Version: 2.37 Status: UNCON

[Bug ld/28138] [2.37 Regression][bisected] Linker plugin complains about "malformed archive" on thin archines

2021-07-26 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=28138 --- Comment #10 from Sergei Trofimovich --- (In reply to H.J. Lu from comment #9) > A patch is posted at > > https://sourceware.org/pipermail/binutils/2021-July/117502.html The patch works for nodejs. Thank you! -- You are receiving this m

[Bug gold/28139] ld.gold fails while ld.bfd succeeds: error: relocation refers to local symbol "" [2], which is defined in a discarded section

2021-07-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28139 --- Comment #3 from H.J. Lu --- BFD linker has /* Start at sections marked with SEC_KEEP (ref _bfd_elf_gc_keep). Also treat note sections as a root, if the section is not part of a group. We must keep all PREINIT_ARRA

[Bug ld/28138] [2.37 Regression][bisected] Linker plugin complains about "malformed archive" on thin archines

2021-07-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28138 --- Comment #9 from H.J. Lu --- A patch is posted at https://sourceware.org/pipermail/binutils/2021-July/117502.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/28138] [2.37 Regression][bisected] Linker plugin complains about "malformed archive" on thin archines

2021-07-26 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=28138 --- Comment #8 from Sergei Trofimovich --- Here is the full reproducer: 1200 interdependent files required for a thin archive. gcc-11.1.0 + binutils-2.36.1: $ ./mk.bash thin archive for 1200 176 gcc-11.1.0 + binutils-2.37: $ ./mk.bas

[Bug ld/28138] [2.37 Regression][bisected] Linker plugin complains about "malformed archive" on thin archines

2021-07-26 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=28138 --- Comment #7 from Sergei Trofimovich --- I think I got closer to the problem: it's a bad error handling related to -EMFILE (too many open files). nodejs is probably just very close to open file limit (default 1023): $ strace -f -olog -e

[Bug ld/28143] start-stop-gc feature addition broke link with ldscript

2021-07-26 Thread andy at omniosce dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28143 andy at omniosce dot org changed: What|Removed |Added CC||amodra at gmail dot com,

[Bug ld/28143] New: start-stop-gc feature addition broke link with ldscript

2021-07-26 Thread andy at omniosce dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28143 Bug ID: 28143 Summary: start-stop-gc feature addition broke link with ldscript Product: binutils Version: 2.37 Status: UNCONFIRMED Severity: normal

[Bug gold/28139] ld.gold fails while ld.bfd succeeds: error: relocation refers to local symbol "" [2], which is defined in a discarded section

2021-07-26 Thread devurandom at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28139 Dennis Schridde changed: What|Removed |Added CC||devurandom at gmx dot net -- You a