--- a/test/Makefile Thu Aug 23 12:31:31 2007 +0000 +++ b/test/Makefile Tue Sep 04 08:30:22 2007 +0000 @@ -73,8 +73,9 @@ testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \ sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \ - sh4/bf.so sh4/bt.so sh4/cmp.so \ + sh4/bf.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so sh4/div0.so \ sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \ + sh4/shld.so \ sh4/excslot.so sh4/undef.so $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS) $(SH4OBJCOPY) testsh4 testsh4.bin