This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47715] [x32] TLS doesn't work
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 28 Jul 2011 02:45:25 +0000
- Subject: [Bug target/47715] [x32] TLS doesn't work
- Auto-submitted: auto-generated
- References: <bug-47715-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715
--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> 2011-07-28 02:45:20 UTC ---
TLS on X32 is almost identical to TLS on x86-64. The only
difference is x32 address space is 32bit. That means TLS
symbols can be in either SImode or DImode with upper 32bit
zero.