0.8.19.1: PowerPC linkage tables (darwin only for now)
[sbcl.git] / src / compiler / ppc / parms.lisp
index 2b7db4f..aaebb53 100644 (file)
 (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))
 
 \f
 ;;;; Other random constants.