This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/47715] [x32] TLS doesn't work


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]