[Bug ld/31652] weak def in discarded comdat section becomes unreferenced undefweak with ld -r

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31652 --- Comment #5 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9b441c415c556e608e22cb9d16b500992a972b0c commit 9b441c415c556e608e22cb9d16b500992a972b0c Au

[Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14493 --- Comment #35 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6c2119acf78b4a48caa918c1d63aac7a64a19c82 commit 6c2119acf78b4a48caa918c1d63aac7a64a19c82 A

[Bug binutils/31609] [readelf, -wL] Stmt column misaligned with -W

2024-04-23 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31609 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/31667] objcopy/strip corrupts solaris binaries

2024-04-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31667 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Assignee|unassigned at s

[Bug binutils/31667] objcopy/strip corrupts solaris binaries

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31667 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e79ee36b5ae4b60853e91896758bade48e804030 commit e79ee36b5ae4b60853e91896758bade48e804030

[Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14493 --- Comment #33 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e13e2ba45fe23ec4e6d7335b0834290e61605d4d commit e13e2ba45fe23ec4e6d7335b0834290e61605d4

[Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14493 --- Comment #34 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef1c830f003acaf149bb9ee230be0d0067e1855c commit ef1c830f003acaf149bb9ee230be0d0067e1855

[Bug binutils/14493] "strip" breaks .SUNW_ldynsym section on illumos

2024-04-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14493 --- Comment #32 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6705e14a9943e48ccf0f4829a9c23d66b5b83aae commit 6705e14a9943e48ccf0f4829a9c23d66b5b83aa

[patch] elf.5 and ld.so.8: undeprecate DT_RPATH; explain DT_RPATH vs DT_RUNPATH

2024-04-23 Thread Joachim Wuttke
In elf.5 and ld.so.8, remove deprecation of DT_RPATH In elf.5, amend the description of DT_RUNPATH and DT_RPATH. Rationale: There is no credible path towards removal of DT_RPATH. Lots of software depend on DT_RPATH as is. It is used e.g. for testing and in binary installers. Signed-off-by: Joach