* Oops fixage, to make self builds possible
once again.
(int-sap (sap-ref-32 (int-sap addr) 0))
(int-sap addr)))))
+#-sb-xc-host
(defun foreign-reinit ()
#!+os-provides-dlopen
(reopen-shared-objects)
(linkage-table-reinit))
;;; Cleanups before saving a core
+#-sb-xc-host
(defun foreign-deinit ()
#!+(and os-provides-dlopen (not linkage-table))
(let ((shared (remove-if #'null (mapcar #'sb!alien::shared-object-file
;;; How we learn about foreign symbols and dlhandles initially
(defvar *!initial-foreign-symbols*)
+#-sb-xc-host
(defun !foreign-cold-init ()
(dolist (symbol *!initial-foreign-symbols*)
(setf (gethash (car symbol) *static-foreign-symbols*) (cdr symbol)))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.14.6"
+"0.8.14.7"