[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2023-08-07 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-02-19 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #10 from Fangrui Song --- On LLD side, I've sent https://lists.llvm.org/pipermail/llvm-dev/2021-February/148682.html to seek for feedback whether we can drop the "__start_/__stop_ retain C identifier name sections" rule. On the

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-02-05 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #9 from Fangrui Song --- (In reply to Alan Modra from comment #7) > How exactly is the proposed SHF_LINK_ORDER trick supposed to work? A > reference to start_foo/stop_foo symbols from a kept section currently marks > all input

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-02-03 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #8 from Alan Modra --- Created attachment 13198 --> https://sourceware.org/bugzilla/attachment.cgi?id=13198=edit implement If comment 7 is correct then this fairly trivial patch should implement it. -- You are receiving this

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-02-03 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #7 from Alan Modra --- How exactly is the proposed SHF_LINK_ORDER trick supposed to work? A reference to start_foo/stop_foo symbols from a kept section currently marks all input sections named foo as kept. Are you suggesting

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-02-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #6 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=49daa38f31404d4f4d94d7654248b62183ec9c15 commit

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The binutils-2_35-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ed5ed075b9a166f74cf13be216b3e5cf04cd622 commit

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The binutils-2_36-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fe0e833171513c1d89668bc5f454192d2db39bce commit

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-28 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #3 from Fangrui Song --- Thanks for the patch. The infinite loop has been fixed. The remaining issue is that: .text.foo & its associated __llvm_prf_cnts & __llvm_prf_data cannot be GC'ed. % ld-new a.o --print-gc-sections

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #2 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=53e556e5b45e3d8fda25be3623883a0952c0c716 commit

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 --- Comment #1 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=def97fb945a98544938087eff3111e16ce58da6d commit

[Bug ld/27259] ld: Support SHF_LINK_ORDER self-link

2021-01-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27259 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|