|
[Sbcl-commits] CVS: sbcl/src/assembly/mips assem-rtns.lisp,1.1,1.2
From: Christophe Rhodes <crhodes@us...> - 2005-04-30 09:40
|
Update of /cvsroot/sbcl/sbcl/src/assembly/mips
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv544/src/assembly/mips
Modified Files:
assem-rtns.lisp
Log Message:
0.9.0.7:
Begin MIPS megamerge from Thiemo Suifer ("More MIPS-related patches"
sbcl-devel 2005-04-23)
This patch merges those pieces which only touch MIPS code, and
as such I can't really test in a non-trivial way.
... don't use nl4 (pa-flag) in assembly routines
Message-ID: <20050422211550.GB10767@...>
... fix my thinko in the fixnum/sb-xc:fixnum backend immediate-sc
routine
Message-ID: <20050422212056.GC10767@...>
... use linux-nm. (Other backends maybe should do the same)
Message-ID: <20050422213247.GE10767@...>
... lotso mips runtime cleanups
Message-ID: <20050422224553.GJ10767@...>
... an untested mips spinlock implementation
Message-ID: <20050422224830.GK10767@...>
... mips-assem.S fixes
Message-ID: <20050422232020.GL10767@...>
... more runtime fixes
Message-ID: <20050422233014.GM10767@...>
... load delay fixes for ldso-stubs
Message-ID: <20050422233501.GO10767@...>
Index: assem-rtns.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/assembly/mips/assem-rtns.lisp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- assem-rtns.lisp 1 Sep 2002 22:34:18 -0000 1.1
+++ assem-rtns.lisp 30 Apr 2005 09:40:41 -0000 1.2
@@ -17,7 +17,7 @@
;; These are just needed to facilitate the transfer
(:temp lip interior-reg lip-offset)
(:temp count any-reg nl2-offset)
- (:temp dst any-reg nl4-offset)
+ (:temp dst any-reg nl3-offset)
(:temp temp descriptor-reg l0-offset)
;; These are needed so we can get at the register args.
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/src/assembly/mips assem-rtns.lisp,1.1,1.2 | Christophe Rhodes <crhodes@us...> |