[gccgo] Always define TARGET_THREAD_SPLIT_STACK_OFFSET on GNU/Linux

Ian Lance Taylor iant@google.com
Fri Nov 20 15:43:00 GMT 2009


The stack split code was only defining
TARGET_THREAD_SPLIT_STACK_OFFSET if TARGET_LIBC_PROVIDES_SSP was
defined.  That was due to my earlier use of the stack protector field
for stack splitting.  However, that is no longer the case, so this
patch fixes the problem.  Committed to gccgo branch.

Ian


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 1059 bytes
Desc: TARGET_THREAD_SPLIT_STACK_OFFSET
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20091120/d7750ffb/attachment.bin>


More information about the Gcc-patches mailing list