From: Brian Downing Date: Fri, 11 Mar 2005 07:00:51 +0000 (+0000) Subject: 0.8.20.16: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=359a6c88dfc80fbae9bdae5251ce0976d003355c;p=sbcl.git 0.8.20.16: Fixed cross-compilation problems to and from Darwin/PPC. * #+darwin changed to #!+darwin before linkage-table constants in src/compiler/ppc/parms.lisp --- diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index a782cc8..fd0664f 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -102,7 +102,7 @@ (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) diff --git a/version.lisp-expr b/version.lisp-expr index 96e1c15..e30f44a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"