From 514df980d1e0755473b7c1345f1a7d6fbd9100af Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Tue, 24 Jan 2017 21:30:44 -0500 Subject: [PATCH] Silly omission from #!+immobile-symbols change i.e. it didn't actually fix the "leftover cold-init symbols", but merely failed to find them in the heap scan. --- make-target-2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-target-2.sh b/make-target-2.sh index cecb6585d..74d0ac9b7 100755 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -68,7 +68,7 @@ echo //checking for leftover cold-init symbols (when (and (symbolp obj) (not (symbol-package obj)) (search "!" (string obj))) (push obj l))) - :dynamic) + :all) (format t "Found ~D:~%~S~%" (length l) l)) (abort () :report "Abort building SBCL." -- 2.11.4.GIT