CMUCL commit: src/bootfiles/20a (boot-2010-06-cross-x86.lisp)

Raymond Toy rtoy at common-lisp.net
Tue Jun 29 17:37:11 CEST 2010


    Date: Tuesday, June 29, 2010 @ 11:37:11
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/bootfiles/20a

Modified: boot-2010-06-cross-x86.lisp

Add comment about what this is for.


-----------------------------+
 boot-2010-06-cross-x86.lisp |    3 +++
 1 file changed, 3 insertions(+)


Index: src/bootfiles/20a/boot-2010-06-cross-x86.lisp
diff -u src/bootfiles/20a/boot-2010-06-cross-x86.lisp:1.1 src/bootfiles/20a/boot-2010-06-cross-x86.lisp:1.2
--- src/bootfiles/20a/boot-2010-06-cross-x86.lisp:1.1	Tue Jun 22 11:35:23 2010
+++ src/bootfiles/20a/boot-2010-06-cross-x86.lisp	Tue Jun 29 11:37:11 2010
@@ -1,2 +1,5 @@
+;; Cross-compile script for x86 to add new SC numbers the xmm
+;; (floating-point) registers.  The default cross-compile script is
+;; good enough for this.
 #+x86
 (load "target:tools/cross-scripts/cross-x86-x86")



More information about the cmucl-commit mailing list