X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=stems-and-flags.lisp-expr;h=7e947a4c958887f4f5aaa9567732f37ecc3da04e;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=775ef25c8ddc145ce320760755c0468e3661f826;hpb=befe933802fbddddf122a8b115554d2e53cdf103;p=sbcl.git diff --git a/stems-and-flags.lisp-expr b/stems-and-flags.lisp-expr index 775ef25..7e947a4 100644 --- a/stems-and-flags.lisp-expr +++ b/stems-and-flags.lisp-expr @@ -31,7 +31,7 @@ ;;; FIXME: Perhaps now that a significant number of files are built ;;; in warm load instead of cold load, this file should now be called ;;; cold-stems-and-flags.lisp-expr? Also, perhaps this file should move -;;; into the src/cold/ directory? +;;; into the src/cold directory? ( ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; miscellaneous @@ -78,17 +78,17 @@ ("code/defbangtype") ("code/defbangmacro") + ("code/primordial-extensions") + ;; for various constants e.g. SB!VM:*TARGET-MOST-POSITIVE-FIXNUM* and ;; SB!VM:LOWTAG-BITS, needed by "early-objdef" and others ("compiler/generic/early-vm") - ("compiler/generic/early-vm-macs") ("compiler/generic/early-objdef") ("compiler/target/parms") ("code/early-array") ; needs "early-vm" numbers ("code/parse-body") ; on host for PARSE-BODY ("code/parse-defmacro") ; on host for PARSE-DEFMACRO - ("code/early-defboot") ; on host for FILE-COMMENT, DO-ANONYMOUS, etc. ("code/boot-extensions") ; on host for COLLECT etc. ("code/early-extensions") ; on host for SYMBOLICATE etc. ("code/late-extensions") ; FIXME: maybe no longer needed on host now that @@ -257,10 +257,11 @@ ("code/setf-funs" :not-host) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;; compiler (and a few miscellaneous :NOT-HOST files whose - ;;; dependencies make it convenient to stick them here) + ;;; compiler (and a few miscellaneous files whose dependencies make it + ;;; convenient to stick them here) ("compiler/early-c") + ("compiler/policy") ("code/numbers") ("code/typedefs")