Fix make-array transforms.
[sbcl.git] / src / compiler / generic / parms.lisp
index 19af15f..ea32247 100644 (file)
     sb!kernel::alien-stack-exhausted-error
     sb!kernel::heap-exhausted-error
     sb!kernel::undefined-alien-variable-error
-    sb!kernel::undefined-alien-function-error
     sb!kernel::memory-fault-error
     sb!kernel::unhandled-trap-error
+    ;; On x86-64 it's called through the internal errors mechanism
+    #!-x86-64 undefined-alien-fun-error
     sb!di::handle-breakpoint
     sb!di::handle-single-step-trap
     fdefinition-object
     #!+win32 sb!kernel::handle-win32-exception
-    #!+sb-thruption sb!thread::run-interruption))
+    #!+sb-thruption sb!thread::run-interruption
+    #!+sb-safepoint sb!thread::enter-foreign-callback
+    #!+(and sb-safepoint-strictly (not win32))
+    sb!unix::signal-handler-callback))
 
 (defparameter *common-static-symbols*
   '(t
     sb!unix::*interrupt-pending*
     #!+sb-thruption sb!unix::*thruption-pending*
     #!+sb-thruption sb!impl::*restart-clusters*
-    *in-without-gcing*
+    sb!vm::*in-without-gcing*
     *gc-inhibit*
     *gc-pending*
     #!-sb-thread
     #!+sb-thread *free-tls-index*
     #!+sb-thread *tls-index-lock*
 
+    ;; dynamic runtime linking support
+    #!+sb-dynamic-core *required-runtime-c-symbols*
+    sb!kernel::*gc-epoch*
+
     ;; Dispatch tables for generic array access
     sb!impl::%%data-vector-reffers%%
     sb!impl::%%data-vector-reffers/check-bounds%%