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: Diable TLS on Itanium HP-UX


On Thu, 2003-12-04 at 12:28, Geoff Keating wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
> 
> > In my opinion, the idea of using HAVE_AS_TLS to enable TLS isn't
> > correct; instead, we should be an explicit --enable-tls, or key off of
> > the --target options, since it is impossible to determine this
> > property of the target system at configure-time.  However, I didn't
> > try to change that...
> 
> You want both.  You can only do TLS if:
> 
> 1. You have a target that can support it, and
> 2. You have an assembler that can support it.

Yes, clearly.  

I certainly didn't mean to ignore the assembler.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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