X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=stems-and-flags.lisp-expr;h=12a59460a7edb0cffe8cb4b7f2e069a3131ee023;hb=a18f0a95bc9a457e4d2d00c702b746f29c2662b1;hp=cf2577bba6e8516b1aef258e9e572a5f7117748f;hpb=cbaa1997bb097a55d108df592ac3b7eb4a703fff;p=sbcl.git diff --git a/stems-and-flags.lisp-expr b/stems-and-flags.lisp-expr index cf2577b..12a5946 100644 --- a/stems-and-flags.lisp-expr +++ b/stems-and-flags.lisp-expr @@ -172,6 +172,8 @@ ("code/target-c-call" :not-host) ("code/target-allocate" :not-host) + ("code/misc-aliens" :not-host) ; needs DEF-ALIEN-ROUTINE from target-alieneval + ("code/array" :not-host) ("code/target-sxhash" :not-host) @@ -213,7 +215,8 @@ ("code/float" :not-host) ("code/irrat" :not-host) - ("code/char" :not-host) + ("code/char") + ("code/target-char" :not-host) ("code/target-misc" :not-host) ("code/misc") @@ -569,12 +572,12 @@ ;; stuff for byte compilation. Note that although byte code is ;; "portable", it'd be hard to make it work on the cross-compilation ;; host, because fundamental BYTE-FUNCTION-OR-CLOSURE types are - ;; implemented as FUNCALLABLE-INSTANCEs, and it's - ;; not obvious how to make those portable. + ;; implemented as FUNCALLABLE-INSTANCEs, and it's not obvious + ;; how to emulate those in a vanilla ANSI Common Lisp. ("code/byte-types" :not-host) ("compiler/byte-comp") ("compiler/target-byte-comp" :not-host) - ;; FIXME: Could byte-interp be moved here? It'd be logical.. + ("code/byte-interp" :not-host) ; needs *SYSTEM-CONSTANT-CODES* from byte-comp ;; defines SB!DI:DO-DEBUG-FUNCTION-BLOCKS, needed by target-disassem.lisp ("code/debug-int" :not-host) @@ -595,8 +598,6 @@ ("code/bit-bash" :not-host) ; needs %NEGATE from assembly/target/arith - ("code/byte-interp" :not-host) ; needs *SYSTEM-CONSTANT-CODES* from byte-comp - ("code/target-load" :not-host) ; needs specials from code/load.lisp ;; FIXME: Does this really need stuff from compiler/dump.lisp?