X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=aaebb5385b2e88c594edb5baa018eb3fbe56548e;hb=a74b61e0469b5954e48600600c0b7b7fe4ff46f8;hp=86a439d23a4f022f704718b07499ceecace94e0e;hpb=ee94b07644c1130e1dcadcfd2bd581bf641fa58e;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index 86a439d..aaebb53 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -81,19 +81,7 @@ (def!constant float-fast-bit 2) ; Non-IEEE mode - -;;; NUMBER-STACK-DISPLACEMENT -;;; -;;; The number of bytes reserved above the number stack pointer. These -;;; slots are required by architecture, mostly (?) to make C backtrace -;;; work. This must be a power of 2 - see BYTES-REQUIRED-FOR-NUMBER-STACK. -;;; -(def!constant number-stack-displacement - (* #!-darwin 2 - #!+darwin 8 - n-word-bytes)) - ;;; Where to put the different spaces. (def!constant read-only-space-start #x01000000) @@ -114,7 +102,11 @@ (def!constant dynamic-1-space-start #x48000000) (def!constant dynamic-1-space-end #x4ffff000) - +#+darwin +(progn + (def!constant linkage-table-space-start #x50000000) + (def!constant linkage-table-space-end #x51000000) + (def!constant linkage-table-entry-size 16)) ;;;; Other random constants. @@ -161,6 +153,7 @@ sb!impl::sub-gc sb!kernel::internal-error sb!kernel::control-stack-exhausted-error + sb!kernel::undefined-alien-error sb!di::handle-breakpoint sb!impl::fdefinition-object