X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=9d49849012ad6b76339a4f8fb64427722475e1a1;hb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;hp=ec6b02b72a8aadd7bd2aca6edf3b0533d4ac9656;hpb=aa2dc9529460ea0d9c99998dc87283fc1a43e808;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index ec6b02b..9d49849 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -16,14 +16,15 @@ ;;; 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 @@ -38,11 +39,10 @@ *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* @@ -50,7 +50,4 @@ sb!vm::*fp-constant-l2e* sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* - sb!vm::*scavenge-read-only-space* - sb!pcl::..slot-unbound.. - sb!vm::*x86-cgc-active-p* - sb!vm::*static-blue-bag*)) + sb!pcl::..slot-unbound..))