This is the mail archive of the gcc-patches@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]

Re: PATCH: Check TLS for libgcc


On Tue, 2007-06-19 at 14:21 -0700, H. J. Lu wrote:
> I'd like to check if I can use TLS in libgcc.

What are you planning to use it for?  The static variables
currently used for keeping rounding mode and fp exception
information for decimal float support are meant to be used
for testing purposes only.  That functionality will
eventually be in an outside library that has full support
for decimal float rounding modes and fp exceptions, along
with the rest of the C library support for decimal float.

Janis


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