Search
lxdream.org :: lxdream/test/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile.in
changeset 808:da414654f3fa
prev794:879c5929c7ef
next812:8cc61d5ea1f8
author nkeynes
date Sat Aug 09 09:13:29 2008 +0000 (14 years ago)
permissions -rw-r--r--
last change Add failing test case for the MMU flush-cache case
file annotate diff log raw
1.1 --- a/test/Makefile.in Wed Jul 30 02:35:07 2008 +0000
1.2 +++ b/test/Makefile.in Sat Aug 09 09:13:29 2008 +0000
1.3 @@ -79,7 +79,7 @@
1.4 sh4/mac.so \
1.5 sh4/rot.so sh4/shl.so sh4/shld.so sh4/sub.so sh4/subc.so \
1.6 sh4/trapa.so sh4/tas.so sh4/xtrct.so \
1.7 - sh4/excslot.so sh4/undef.so sh4/tlb.so
1.8 + sh4/excslot.so sh4/undef.so sh4/tlb.so sh4/vmexit.so
1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.10 $(SH4OBJCOPY) testsh4 testsh4.bin
1.11
1.12 @@ -157,7 +157,7 @@
1.13 sh4/addv.s sh4/and.s sh4/andi.s sh4/bf.s sh4/bsr.s sh4/bt.s sh4/cmp.s \
1.14 sh4/cmpstr.s sh4/div0.s sh4/div1.s sh4/excslot.s sh4/float.s sh4/fmov.s \
1.15 sh4/ftrc.s sh4/inc.s sh4/mac.s sh4/rot.s sh4/shl.s sh4/shld.s sh4/sub.s \
1.16 - sh4/subc.s sh4/tas.s sh4/testsh4.c sh4/tlb.s sh4/trapa.s sh4/undef.s \
1.17 + sh4/subc.s sh4/tas.s sh4/testsh4.c sh4/tlb.s sh4/vmexit.s sh4/trapa.s sh4/undef.s \
1.18 sh4/xtrct.s testdata.c testdata.h testdisp.c testide.c testmath.c \
1.19 testmmu.c testregs.c testrend.c testspu.c testta.c testyuv.c timer.c timer.h \
1.20 testta.data testta2.data testta3.data testta4.data testta5.data testsort.data \
.