1.0.42.34: threads: Consolidate thread-specific static symbols
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 8 Sep 2010 01:04:41 +0000 (01:04 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 8 Sep 2010 01:04:41 +0000 (01:04 +0000)
commit46c787a2d562c47d895d33b43de60f0bf6245762
tree4fa48441208079bc34ff99d33366818db395d935
parentb119de9cf02b07c8af6e74b6e0bc6860a38c93d8
1.0.42.34: threads: Consolidate thread-specific static symbols

  * The x86, x86-64 and ppc backends all had the same three static
symbols used for threading.  Rather than having each backend add
the same symbols to the static symbol list, add them to the list
of common static symbols.  In the unlikely(?) event that we commit
a threaded port to mainline that doesn't use these symbols, we can
revisit this change.
src/compiler/generic/parms.lisp
src/compiler/ppc/parms.lisp
src/compiler/x86-64/parms.lisp
src/compiler/x86/parms.lisp
version.lisp-expr