[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2011-01-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38118 --- Comment #6 from Rainer Orth ro at gcc dot gnu.org 2011-01-06 19:00:14 UTC --- Author: ro Date: Thu Jan 6 19:00:10 2011 New Revision: 168550 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168550 Log: PR target/38118 *

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2010-03-24 Thread ro at gcc dot gnu dot org
--- Comment #5 from ro at gcc dot gnu dot org 2010-03-24 18:50 --- Subject: Bug 38118 Author: ro Date: Wed Mar 24 18:49:49 2010 New Revision: 157705 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157705 Log: * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2008-11-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-11-18 08:24 --- I'm not completely sure this is a bug in Sun as. If you consider the assembler code for my testcase produced by gcc: .global tsd .section.tbss,#alloc,#write,#tls .align 4

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2008-11-18 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-11-18 09:39 --- If you don't want to call it a bug, call it at least a misfeature. Given that Solaris as supports .tls_common directive, having .common directive behave differently depending on whether current section is .tbss

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2008-11-17 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2008-11-17 14:25 --- Subject: Re: gcc emits non-TLS data as TLS on Solaris 11/SPARC I'm not completely sure this is a bug in Sun as. If you consider the assembler code for my testcase produced by gcc: .global tsd

[Bug target/38118] gcc emits non-TLS data as TLS on Solaris 11/SPARC

2008-11-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2008-11-14 19:08 --- *** This bug has been marked as a duplicate of 29987 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added