[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

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

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2024-10-03 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2021-03-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 Bug 21562 depends on bug 27495, which changed state. Bug 27495 Summary: -z start_stop_gc isn't compatible with --gc-sections https://sourceware.org/bugzilla/show_bug.cgi?id=27495 What|Removed |Added -

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2021-03-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 Bug 21562 depends on bug 27495, which changed state. Bug 27495 Summary: -z start_stop_gc isn't compatible with --gc-sections https://sourceware.org/bugzilla/show_bug.cgi?id=27495 What|Removed |Added -

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2021-03-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Depends on||27495 Referenced Bugs: https://sourceware

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-11-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #13 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=8b77421a20c22c9a66048e7d1484b149da060b67 commit 8b77421a20c22c9a66048e7d1484b14

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #12 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=7dba9362c172f1073487536eb137feb2da30b0ff commit 7dba9362c172f1073487536eb137

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-14 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- 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=8eca1095d96c215409371c5687573aac89a0a980 commit 8eca1095d96c215409371c5687573aa

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-13 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-13 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 Bug 21562 depends on bug 20022, which changed state. Bug 20022 Summary: --gc-sections is broken with __start_ and shared library https://sourceware.org/bugzilla/show_bug.cgi?id=20022 What|Removed |Added -

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-13 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #9 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=cbd0eecf261c2447781f8c89b0d955ee66fae7e9 commit cbd0eecf261c2447781f8c89b0d955ee

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-11 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #8 from H.J. Lu --- (In reply to Alexander Monakov from comment #7) > (In reply to H.J. Lu from comment #6) > > I posted a patch to always define referenced __start_SECNAME/__stop_SECNAME: > > That's quite confusing, because origi

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-11 Thread amonakov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #7 from Alexander Monakov --- (In reply to H.J. Lu from comment #6) > I posted a patch to always define referenced __start_SECNAME/__stop_SECNAME: That's quite confusing, because originally bug 21557 (wrongly) complained about tho

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #6 from H.J. Lu --- (In reply to Alexander Monakov from comment #5) > The patch looks wrong, it appears to ensure that __start_scnfoo is defined. > The linker manual says it shouldn't get defined (scnfoo is not orphan), and > there

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-10 Thread amonakov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #5 from Alexander Monakov --- The patch looks wrong, it appears to ensure that __start_scnfoo is defined. The linker manual says it shouldn't get defined (scnfoo is not orphan), and therefore scnfoo should be eliminated due to --gc

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Attachment #10085|0 |1 is obsolete|

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 Bug 21562 depends on bug 19167, which changed state. Bug 19167 Summary: --gc-sections is broken with __start_ https://sourceware.org/bugzilla/show_bug.cgi?id=19167 What|Removed |Added

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Status|NEW |UNCONFIRMED Last reconfirmed|2017-06-09 0

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Attachment #10084|0 |1 is obsolete|

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 --- Comment #2 from H.J. Lu --- Created attachment 10084 --> https://sourceware.org/bugzilla/attachment.cgi?id=10084&action=edit Try this -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ld/21562] Refs to __start_SCN of non-orphan sections affect --gc-sections

2017-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21562 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1 f