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: Fix 64-bit Solaris 2/x86 IE TLS code sequence


Hi Uros,

> As far as addq is concerned, you will need to disable generic add patterns
> for tls_symbolic_operand and provide special ones that will handle
> tls_symbolic_operand.  Try to add "! tls_symbolic_operand (operands[2],
> VOIDmode) to PLUS rtx patterns and provide specialized

which of them would that be?  Consider me pretty much ignorant of this
side of GCC ;-)  There are so many *add patterns, and I have no idea if
I need to change them all or which subset.

Thanks alot for your help.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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