0.pre8.28
[sbcl.git] / src / code / early-impl.lisp
index dd7fce5..9d49849 100644 (file)
 ;;; listed here and then listed separately (and by now, 2001-06-06,
 ;;; slightly differently) elsewhere.
 (declaim (special *posix-argv*
-                 *!initial-fdefn-objects*
                  *read-only-space-free-pointer*
                  sb!vm:*static-space-free-pointer*
                  sb!vm:*initial-dynamic-space-free-pointer*
                  *current-catch-block*
                  *current-unwind-protect-block*
-                 *eval-stack-top*
                  sb!vm::*alien-stack*
+                 #!+sb-thread sb!thread::*foreground-thread-stack*
+                 sb!vm::*control-stack-start*
+                 sb!vm::*binding-stack-start*
                  ;; FIXME: The pseudo-atomic variable stuff should be
                  ;; conditional on :SB-PSEUDO-ATOMIC-SYMBOLS, which
                  ;; should be conditional on :X86, instead of the
                  *free-interrupt-context-index*
                  sb!vm::*allocation-pointer*
                  sb!vm::*binding-stack-pointer*
-                 sb!vm::*internal-gc-trigger*
                  sb!vm::*fp-constant-0d0*
                  sb!vm::*fp-constant-1d0*
-                 sb!vm::*fp-constant-0s0*
-                 sb!vm::*fp-constant-1s0*
+                 sb!vm::*fp-constant-0f0*
+                 sb!vm::*fp-constant-1f0*
                  sb!vm::*fp-constant-0l0*
                  sb!vm::*fp-constant-1l0*
                  sb!vm::*fp-constant-pi*