Update to match 68k.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 2 Apr 1990 15:32:24 +0000 (15:32 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 2 Apr 1990 15:32:24 +0000 (15:32 +0000)
lap:make-unconditional-branch returns an instruction sequence rather
than a single instruction because on machines with branch delay slots
and no nullification, a NOP must appear as well.

Comment out uses of expt, since compiler declarations don't work with
compile-by-procedures?

Add a test on endianness to expand-fields so that the same macros can
be used for all RISC machines.

v7/src/compiler/machines/spectrum/make.scm

index 04466c5b987950765bcc008c29df1fde2e471ca3..058b6a08db05a0234e18482f913d02cb16de3104 100644 (file)
@@ -1,7 +1,7 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.70 1990/03/27 00:50:00 jinx Exp $
-$MC68020-Header: make.scm,v 4.70 90/03/21 02:12:51 GMT cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.71 1990/04/02 15:32:24 jinx Exp $
+$MC68020-Header: make.scm,v 4.71 90/04/01 22:31:56 GMT jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -42,4 +42,4 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar (HP PA)" 4 70 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (HP PA)" 4 71 '()))
\ No newline at end of file