[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2021-03-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11133 Bug 11133 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 binutils/11133] gc-sections deletes sections with __start/__stop reference

2021-03-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11133 Bug 11133 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 binutils/11133] gc-sections deletes sections with __start/__stop reference

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

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2015-10-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- Comment #16 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=1cce69b9dc8c58884c3cc4a8928fb234294e6886 commit 1cce69b9dc8c58884c3cc4a8928f

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2015-10-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- Comment #15 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=1e7eae0dcc0e5473dda573b30107ffdd501b0d73 commit 1e7eae0dcc0e5473dda573b30107

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2015-10-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- Comment #14 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=bba037e0aef1f3b17cc6cf6fd041ed6110cc375a commit bba037e0aef1f3b17cc6cf6fd041ed6

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-08 05:55 --- Subject: Bug 11133 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2010-01-08 05:55:11 Modified files: bfd: ChangeLog elf32-cr16.c elf32-microbla

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread vapier at gentoo dot org
-- What|Removed |Added CC||toolchain at gentoo dot org http://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- You are receiving th

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-08 01:45 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-08 01:43 --- Subject: Bug 11133 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2010-01-08 01:43:23 Modified files: bfd: ChangeLog elflink.c ld/tests

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-07 14:03 --- (In reply to comment #7) > > So my concern that HJ's idea might affect some existing app is probably not > valid. I still don't particularly like a reference to __start_somesection > meaning that we should

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-07 13:47 --- (In reply to comment #7) > Imagine someone who wants an array of functions (perhaps constructor like) or > some other object used in their app. They set up weak references in a named > section, then access

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-07 13:36 --- *** Bug 3400 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread hjl dot tools at gmail dot com
-- What|Removed |Added GCC build triplet|x86_64 | GCC host triplet|x86_64 | GCC target triplet|x86_64 |

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-07 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-01-07 11:23 --- Imagine someone who wants an array of functions (perhaps constructor like) or some other object used in their app. They set up weak references in a named section, then access the array using the __start_* symbol.

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-06 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2010-01-07 06:44 --- drepper is aware of the errors in glibc but is not interested in fixing it. see bug 3400. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- You are receiving this mail because: --- You are

[Bug binutils/11133] gc-sections deletes sections with __start/__stop reference

2010-01-06 Thread hjl dot tools at gmail dot com
-- What|Removed |Added Summary|Static linking with gc- |gc-sections deletes sections |sections deletes sections |with __start/__stop