X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=071a1b68427aadd54c8b3a9880c00cb55a3c89f5;hb=1600081cf1b71b3d0e2e40de1c1c124a3a4fd40c;hp=21e75b05c5c134b8bcebe7fe5880f2b1012d93b0;hpb=1c6e1e0ccbad4cefe1984f4a1a45d81181718f65;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 21e75b0..071a1b6 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -16,38 +16,38 @@ ;;; listed here and then listed separately (and by now, 2001-06-06, ;;; slightly differently) elsewhere. (declaim (special *posix-argv* - *read-only-space-free-pointer* - sb!vm:*static-space-free-pointer* - sb!vm:*initial-dynamic-space-free-pointer* - sb!vm::*current-catch-block* - sb!vm::*current-unwind-protect-block* - sb!vm::*alien-stack* - sb!vm::*control-stack-start* - sb!vm::*control-stack-end* - 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 - ;; pseudo-atomic stuff being directly conditional on - ;; :X86. (Note that non-X86 ports mention - ;; pseudo-atomicity too, but they handle it without - ;; messing with special variables.) - #!+(or x86 x86-64) *pseudo-atomic-atomic* - #!+(or x86 x86-64) *pseudo-atomic-interrupted* - sb!unix::*interrupts-enabled* - sb!unix::*interrupt-pending* - *free-interrupt-context-index* - sb!vm::*allocation-pointer* - sb!vm::*binding-stack-pointer* - sb!vm::*fp-constant-0d0* - sb!vm::*fp-constant-1d0* - 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* - sb!vm::*fp-constant-l2t* - sb!vm::*fp-constant-l2e* - sb!vm::*fp-constant-lg2* - sb!vm::*fp-constant-ln2* - sb!pcl::..slot-unbound..)) + *core-string* + *read-only-space-free-pointer* + sb!vm:*static-space-free-pointer* + sb!vm:*initial-dynamic-space-free-pointer* + sb!vm::*current-catch-block* + sb!vm::*current-unwind-protect-block* + sb!vm::*alien-stack* + sb!vm::*control-stack-start* + sb!vm::*control-stack-end* + 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 + ;; pseudo-atomic stuff being directly conditional on + ;; :X86. (Note that non-X86 ports mention + ;; pseudo-atomicity too, but they handle it without + ;; messing with special variables.) + #!+(or x86 x86-64) *pseudo-atomic-bits* + sb!unix::*interrupts-enabled* + sb!unix::*interrupt-pending* + *free-interrupt-context-index* + sb!vm::*allocation-pointer* + sb!vm::*binding-stack-pointer* + sb!vm::*fp-constant-0d0* + sb!vm::*fp-constant-1d0* + 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* + sb!vm::*fp-constant-l2t* + sb!vm::*fp-constant-l2e* + sb!vm::*fp-constant-lg2* + sb!vm::*fp-constant-ln2* + sb!pcl::..slot-unbound..))