From 359a6c88dfc80fbae9bdae5251ce0976d003355c Mon Sep 17 00:00:00 2001 From: Brian Downing Date: Fri, 11 Mar 2005 07:00:51 +0000 Subject: [PATCH] 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 --- src/compiler/ppc/parms.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4