[Bug binutils/29566] objdump -p considers an empty .gnu.version_r invalid

2022-09-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29566 --- Comment #1 from Alan Modra --- Is there any point in allowing an empty .gnu.version_r section? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29566] objdump -p considers an empty .gnu.version_r invalid

2022-09-21 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=29566 --- Comment #2 from Fangrui Song --- The spec (https://sourceware.org/gnu-gabi/program-loading-and-dynamic-linking.txt) doesn't reject it. For a section whose content is a concatenated N items, the ELF spirits typically allows N==0, as otherwi

[Bug ld/29149] spidermonkey-91 fails to link with: ../12.1.0/include/g++-v12/typeinfo:115: undefined reference to `std::type_info::operator==(std::type_info const&) const'

2022-09-21 Thread herrtimson at yahoo dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29149 tt_1 changed: What|Removed |Added URL||https://bugzilla.mozilla.or

[Bug ld/29594] New: [ld, feature request] Add --ctf-functions

2022-09-21 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29594 Bug ID: 29594 Summary: [ld, feature request] Add --ctf-functions Product: binutils Version: 2.40 (HEAD) Status: NEW Severity: enhancement Priority: P2 Compone

[Bug binutils/29566] objdump -p considers an empty .gnu.version_r invalid

2022-09-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29566 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug ld/29592] [2.39 Regression][bisected] Exec stack warning causes go programs with cgo to fail to link on mips

2022-09-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29592 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug libctf/29547] binutils-2.39: fails to build against cctools nm (no '-B' option support)

2022-09-21 Thread nick.alcock at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29547 --- Comment #9 from Nick Alcock --- On 20 Sep 2022, slyich at gmail dot com spake thusly: > Seems to build binutils just fine! Detected `nm -p` command option. Great! It'll go in the next tranche, and probably be backported to 2.39. (But that

[Bug libctf/29547] binutils-2.39: fails to build against cctools nm (no '-B' option support)

2022-09-21 Thread nick.alcock at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29547 Nick Alcock changed: What|Removed |Added Status|WAITING |ASSIGNED -- You are receiving this mai

[Bug binutils/29566] objdump -p considers an empty .gnu.version_r invalid

2022-09-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29566 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug binutils/29566] objdump -p considers an empty .gnu.version_r invalid

2022-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29566 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f9a59eea78428159a9522bd64ec354a872f1dc31 commit f9a59eea78428159a9522bd64ec35

[Bug ld/29592] [2.39 Regression][bisected] Exec stack warning causes go programs with cgo to fail to link on mips

2022-09-21 Thread matoro_bugzilla_glibc at matoro dot tk
https://sourceware.org/bugzilla/show_bug.cgi?id=29592 --- Comment #2 from matoro --- (In reply to Nick Clifton from comment #1) > (In reply to matoro from comment #0) > Hi Matoro, > > > On mips, since this commit, all linking prints the following warning: > > > > /usr/lib/gcc/mips64-unknown-lin

[Bug ld/29592] [2.39 Regression][bisected] Exec stack warning causes go programs with cgo to fail to link on mips

2022-09-21 Thread matoro_bugzilla_glibc at matoro dot tk
https://sourceware.org/bugzilla/show_bug.cgi?id=29592 --- Comment #3 from matoro --- The warning itself is correct. In golang, CGO_ENABLED=1 (the default) creates a dynamic exe, while CGO_ENABLED=0 produces a static one. However the -fPIC part is not accurate. Golang has its own assembly emitt

[Bug ld/29592] [2.39 Regression][bisected] Exec stack warning causes go programs with cgo to fail to link on mips

2022-09-21 Thread matoro_bugzilla_glibc at matoro dot tk
https://sourceware.org/bugzilla/show_bug.cgi?id=29592 --- Comment #4 from matoro --- OK, just tested, removing --enable-warn-execstack does resolve the problem. But that also confirms that toggling that flag is not purely informational, it has an effect on the linker behavior and causes previous

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The binutils-2_39-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a98316d5cf970cbc99689797d84c2ea832bcdcbb commit a98316d5cf970cb

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The binutils-2_38-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dc2474e7d204c124ab5a21b4490aa46eb7e1d4c3 commit dc2474e7d204c1

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW