X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsparc%2Fparms.lisp;h=402db7ce6e28bc7e23b8d3c57e16d63322c608e5;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=55b5c267bbc640fa29570e6b59fbd7e6160b17ef;hpb=3c36067afdc35afa7d4a6dd381f8cba456c88f34;p=sbcl.git diff --git a/src/compiler/sparc/parms.lisp b/src/compiler/sparc/parms.lisp index 55b5c26..402db7c 100644 --- a/src/compiler/sparc/parms.lisp +++ b/src/compiler/sparc/parms.lisp @@ -95,7 +95,7 @@ (def!constant linkage-table-space-start #x0f800000) (def!constant linkage-table-space-end #x10000000) - (def!constant read-only-space-start #x10000000) + (def!constant read-only-space-start #x11000000) (def!constant read-only-space-end #x15000000) (def!constant static-space-start #x28000000) @@ -112,7 +112,7 @@ (def!constant linkage-table-space-start #x0f800000) (def!constant linkage-table-space-end #x10000000) - (def!constant read-only-space-start #x10000000) + (def!constant read-only-space-start #x11000000) (def!constant read-only-space-end #x15000000) (def!constant static-space-start #x28000000) @@ -129,17 +129,17 @@ (def!constant linkage-table-space-start #x0f800000) (def!constant linkage-table-space-end #x10000000) - (def!constant read-only-space-start #x10000000) + (def!constant read-only-space-start #x11000000) (def!constant read-only-space-end #x15000000) (def!constant static-space-start #x18000000) (def!constant static-space-end #x1c000000) - (def!constant dynamic-0-space-start #x20000000) - (def!constant dynamic-0-space-end #x38000000) + (def!constant dynamic-0-space-start #x48000000) + (def!constant dynamic-0-space-end #x5ffff000) - (def!constant dynamic-1-space-start #x48000000) - (def!constant dynamic-1-space-end #x60000000)) + (def!constant dynamic-1-space-start #x60000000) + (def!constant dynamic-1-space-end #x77fff000)) ;; Size of one linkage-table entry in bytes. See comment in ;; src/runtime/sparc-arch.c @@ -148,26 +148,20 @@ ;;;; other random constants. -(defenum (:suffix -trap :start 8) - halt - pending-interrupt - error - cerror - breakpoint - fun-end-breakpoint - after-breakpoint - single-step-around - single-step-before) - -(defenum (:prefix object-not- :suffix -trap :start 24) - list - instance) - -(defenum (:prefix trace-table-) - normal - call-site - fun-prologue - fun-epilogue) +(defenum (:start 8) + halt-trap + pending-interrupt-trap + error-trap + cerror-trap + breakpoint-trap + fun-end-breakpoint-trap + after-breakpoint-trap + single-step-around-trap + single-step-before-trap) + +(defenum (:start 24) + object-not-list-trap + object-not-instance-trap) ;;;; static symbols.