This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50166] .init_array/.fini_array support doesn't work on Solaris
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Feb 2012 16:03:56 +0000
- Subject: [Bug target/50166] .init_array/.fini_array support doesn't work on Solaris
- Auto-submitted: auto-generated
- References: <bug-50166-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50166
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-02-17 16:03:56 UTC ---
> --- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2012-02-17 15:59:42 UTC ---
> Can this PR be closed? It seems to have been fixed.
Not yet: support currently isn't detected, a partial patch for which is
pending:
http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00939.html
Even after that patch, it doesn't work with Sun ld (which I plan to work
on with the linker guys) and on SPARC, even with gas/gld. I'd like to
keep the PR open until then.
Rainer