1.0.41.9: threads: Don't set static tls for non-static symbols.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Fri, 6 Aug 2010 18:45:53 +0000 (18:45 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Fri, 6 Aug 2010 18:45:53 +0000 (18:45 +0000)
commit570ec8cc07ca41a7ff4a8c35e0ec4b8f769e77b0
tree686ae3fb31f2d3700b5001e79664bfd4c66d6de1
parenta7ec2f1af6881c93585d97fb2fdcdfd98006f217
1.0.41.9: threads: Don't set static tls for non-static symbols.

  * *binding-stack-pointer* and *alien-stack* are only static
symbols on x86oids.  Conditional-compile their static tls init
forms out based on their existence (in case they are removed
from one of the x86oids or introduced to some other target).
src/runtime/thread.c
version.lisp-expr