X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=c5319a08da21c61d6a510f680392e2ae66c50932;hb=625c9493a8a7b5186144d21302437cf4f4f3571c;hp=6009653cdfb1bb0c3338e4c033e15ce07c40afa5;hpb=b0a7abdf2bd6f2d66fcce97196024cdb0e1a1886;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 6009653..c5319a0 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -17,9 +17,12 @@ ;;; slightly differently) elsewhere. (declaim (special *posix-argv* *core-string* + *stdin* + *stdout* + *stderr* + *tty* *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* @@ -33,11 +36,15 @@ ;; :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* + #!+(or x86 x86-64) *pseudo-atomic-bits* + #!+(or hpux) sb!vm::*c-lra* + *allow-with-interrupts* + sb!unix::*unblock-deferrables-on-enabling-interrupts-p* + *interrupts-enabled* + *interrupt-pending* *free-interrupt-context-index* + sb!kernel::*gc-epoch* + sb!vm::*unwind-to-frame-function* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0* @@ -51,4 +58,7 @@ sb!vm::*fp-constant-l2e* sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* - sb!pcl::..slot-unbound..)) + sb!vm:*alloc-signal* + sb!pcl::..slot-unbound.. + sb!pcl::*cache-miss-values-stack* + sb!pcl::*dfun-miss-gfs-on-stack*))