0.6.10.13:
[sbcl.git] / stems-and-flags.lisp-expr
index 775ef25..7e947a4 100644 (file)
@@ -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
  ("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
  ("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")