X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=4e05dd7edb8314705c4c418c74c32e1e39937a72;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=9a784d37031cc0ef5ff3cd45684c510985257ba8;hpb=506253505641855dc8bb87033f7af894904f848b;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index 9a784d3..4e05dd7 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -2,6 +2,14 @@ ;;;; attributes for the PPC. This file is separate from other stuff so ;;;; that it can be compiled and loaded earlier. +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; This software is derived from the CMU CL system, which was +;;;; written at Carnegie Mellon University and released into the +;;;; public domain. The software is in the public domain and is +;;;; provided with absolutely no warranty. See the COPYING and CREDITS +;;;; files for more information. (in-package "SB!VM") @@ -88,13 +96,10 @@ (def!constant number-stack-displacement (* #!-darwin 2 #!+darwin 8 - sb!vm:n-word-bytes)) - + n-word-bytes)) - ;;; Where to put the different spaces. -;;; (def!constant read-only-space-start #x01000000) (def!constant read-only-space-end #x04ff8000) @@ -202,6 +207,7 @@ sb!kernel:two-arg-and sb!kernel:two-arg-ior sb!kernel:two-arg-xor + sb!kernel:two-arg-eqv sb!kernel:two-arg-gcd sb!kernel:two-arg-lcm))