Skip to content

Commit

Permalink
0.8.20.16:
Browse files Browse the repository at this point in the history
	Fixed cross-compilation problems to and from Darwin/PPC.

	* #+darwin changed to #!+darwin before linkage-table constants
	  in src/compiler/ppc/parms.lisp
  • Loading branch information
bdowning committed Mar 11, 2005
1 parent 64f013a commit 359a6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/ppc/parms.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 359a6c8

Please sign in to comment.