[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 --- Comment #5 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ecf0250f7f0868f3b828ffadd47d0e5f2dbd875 commit 7ecf0250f7f0868f3b828ffadd47d0e5f2dbd8

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 --- Comment #4 from H.J. Lu --- (In reply to Nick Clifton from comment #3) > Created attachment 15722 [details] > Proposed patch > > Hi H.J. > > How about this proposed patch instead ? > > It modifies the orphan placement algorithm to t

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-27 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 --- Comment #3 from Nick Clifton --- Created attachment 15722 --> https://sourceware.org/bugzilla/attachment.cgi?id=15722&action=edit Proposed patch Hi H.J. How about this proposed patch instead ? It modifies the orphan placement algo

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

2024-09-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32219 --- Comment #2 from H.J. Lu --- This patch removes .interp and uses .rodata for note sections instead: diff --git a/ld/ldelf.c b/ld/ldelf.c index 09691609fc0..b09ba054ed5 100644 --- a/ld/ldelf.c +++ b/ld/ldelf.c @@ -2121,9 +2121,6 @@ ldelf_pl

[Bug ld/32219] ELF orphan placement doesn't work well without .interp

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