0.8.20.16:
authorBrian Downing <bdowning@lavos.net>
Fri, 11 Mar 2005 07:00:51 +0000 (07:00 +0000)
committerBrian Downing <bdowning@lavos.net>
Fri, 11 Mar 2005 07:00:51 +0000 (07:00 +0000)
Fixed cross-compilation problems to and from Darwin/PPC.

* #+darwin changed to #!+darwin before linkage-table constants
  in src/compiler/ppc/parms.lisp

src/compiler/ppc/parms.lisp
version.lisp-expr

index a782cc8..fd0664f 100644 (file)
 (def!constant dynamic-1-space-start #x48000000)
 (def!constant dynamic-1-space-end   #x4ffff000)
 
-#+darwin
+#!+darwin
 (progn
   (def!constant linkage-table-space-start #x50000000)
   (def!constant linkage-table-space-end   #x51000000)
index 96e1c15..e30f44a 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.20.15"
+"0.8.20.16"