From: Alastair Bridgewater Date: Fri, 6 Aug 2010 18:45:53 +0000 (+0000) Subject: 1.0.41.9: threads: Don't set static tls for non-static symbols. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=inline;h=570ec8cc07ca41a7ff4a8c35e0ec4b8f769e77b0;hp=570ec8cc07ca41a7ff4a8c35e0ec4b8f769e77b0;p=sbcl.git 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). ---