filename | test/Makefile.in |
changeset | 822:6e0536758465 |
prev | 816:2c3cf97de0f5 |
next | 823:8a592668322f |
author | nkeynes |
date | Sat Aug 23 12:08:01 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Mask off SR correctly when writing to it - this turns out to be important in some cases |
file | annotate | diff | log | raw |
1.1 --- a/test/Makefile.in Tue Aug 19 08:37:34 2008 +00001.2 +++ b/test/Makefile.in Sat Aug 23 12:08:01 2008 +00001.3 @@ -81,7 +81,7 @@1.4 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \1.5 sh4/bf.so sh4/bsr.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so \1.6 sh4/div0.so sh4/div1.so sh4/float.so sh4/fmov.so sh4/ftrc.so \1.7 - sh4/mac.so \1.8 + sh4/ldcsr.so sh4/mac.so \1.9 sh4/rot.so sh4/shl.so sh4/shld.so sh4/sub.so sh4/subc.so \1.10 sh4/trapa.so sh4/tas.so sh4/xtrct.so \1.11 sh4/excslot.so sh4/undef.so sh4/tlb.so sh4/vmexit.so1.12 @@ -165,7 +165,7 @@1.13 lib.c lib.h math.s pvr.c pvr.h rendload.c sh4/add.s sh4/addc.s \1.14 sh4/addv.s sh4/and.s sh4/andi.s sh4/bf.s sh4/bsr.s sh4/bt.s sh4/cmp.s \1.15 sh4/cmpstr.s sh4/div0.s sh4/div1.s sh4/excslot.s sh4/float.s sh4/fmov.s \1.16 - sh4/ftrc.s sh4/inc.s sh4/mac.s sh4/rot.s sh4/shl.s sh4/shld.s sh4/sub.s \1.17 + sh4/ftrc.s sh4/inc.s sh4/mac.s sh4/ldcsr.s sh4/rot.s sh4/shl.s sh4/shld.s sh4/sub.s \1.18 sh4/subc.s sh4/tas.s sh4/testsh4.c sh4/tlb.s sh4/vmexit.s sh4/trapa.s sh4/undef.s \1.19 sh4/xtrct.s testdata.c testdata.h testdisp.c testide.c testmath.c \1.20 testmmu.c testregs.c testrend.c testspu.c testta.c testyuv.c timer.c timer.h \
.