Index: sim/testsuite/sim/fr30/ChangeLog |
diff --git a/sim/testsuite/sim/fr30/ChangeLog b/sim/testsuite/sim/fr30/ChangeLog |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f09850d7a6b6be3500a5c60c3429dd5863c37df3 |
--- /dev/null |
+++ b/sim/testsuite/sim/fr30/ChangeLog |
@@ -0,0 +1,112 @@ |
+Mon Mar 22 13:28:56 1999 Dave Brolley <brolley@cygnus.com> |
+ |
+ * stb.cgs: Correct for unaligned access. |
+ * sth.cgs: Correct for unaligned access. |
+ * ldub.cgs: Fix typo: lduh->ldub. Correct |
+ for unaligned access. |
+ * and.cgs: Test unaligned access. |
+ |
+1999-01-05 Doug Evans <devans@casey.cygnus.com> |
+ |
+ * allinsn.exp: Set all_machs. |
+ * misc.exp: Likewise. |
+ |
+Fri Dec 18 17:19:34 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * ldres.cgs: New testcase. |
+ * copld.cgs: New testcase. |
+ * copst.cgs: New testcase. |
+ * copsv.cgs: New testcase. |
+ * nop.cgs: New testcase. |
+ * andccr.cgs: New testcase. |
+ * orccr.cgs: New testcase. |
+ * addsp.cgs: New testcase. |
+ * stilm.cgs: New testcase. |
+ * extsb.cgs: New testcase. |
+ * extub.cgs: New testcase. |
+ * extsh.cgs: New testcase. |
+ * extuh.cgs: New testcase. |
+ * enter.cgs: New testcase. |
+ * leave.cgs: New testcase. |
+ * xchb.cgs: New testcase. |
+ * dmovb.cgs: New testcase. |
+ * dmov.cgs: New testcase. |
+ * dmovh.cgs: New testcase. |
+ |
+Thu Dec 17 17:18:43 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * testutils.inc (take_branch{_d},no_branch{_d}): New macros. |
+ * ret.cgs: Add tests fir ret:d. |
+ * inte.cgs: New testcase. |
+ * reti.cgs: New testcase. |
+ * bra.cgs: New testcase. |
+ * bno.cgs: New testcase. |
+ * beq.cgs: New testcase. |
+ * bne.cgs: New testcase. |
+ * bc.cgs: New testcase. |
+ * bnc.cgs: New testcase. |
+ * bn.cgs: New testcase. |
+ * bp.cgs: New testcase. |
+ * bv.cgs: New testcase. |
+ * bnv.cgs: New testcase. |
+ * blt.cgs: New testcase. |
+ * bge.cgs: New testcase. |
+ * ble.cgs: New testcase. |
+ * bgt.cgs: New testcase. |
+ * bls.cgs: New testcase. |
+ * bhi.cgs: New testcase. |
+ |
+Tue Dec 15 17:47:13 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * div.cgs (int): Add signed division scenario. |
+ * int.cgs (int): Complete testcase. |
+ * testutils.inc (_start): Initialize tbr. |
+ (test_s_user,test_s_system,set_i,test_i): New macros. |
+ |
+1998-12-14 Doug Evans <devans@casey.cygnus.com> |
+ |
+ * hello.ms: Add trailing \n to expected output. |
+ |
+1998-12-14 Dave Brolley <brolley@cygnus.com> |
+ |
+ * call.cgs: Test ret here as well. |
+ * ld.cgs: Remove bogus comment. |
+ * testutils.inc (save_rp,restore_rp): New macros. |
+ * div.ms: New testcase. |
+ * st.cgs: New testcase. |
+ * sth.cgs: New testcase. |
+ * stb.cgs: New testcase. |
+ * mov.cgs: New testcase. |
+ * jmp.cgs: New testcase. |
+ * ret.cgs: New testcase. |
+ * int.cgs: New testcase. |
+ |
+Thu Dec 10 18:46:25 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * div0s.cgs: New testcase. |
+ * div0u.cgs: New testcase. |
+ * div1.cgs: New testcase. |
+ * div2.cgs: New testcase. |
+ * div3.cgs: New testcase. |
+ * div4s.cgs: New testcase. |
+ * testutils.inc (mvi_h_dr,set_dbits,test_dbits): New Macros. |
+ |
+Tue Dec 8 13:16:53 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * testutils.inc (set_s_user): Correct Mask. |
+ (set_s_system): Correct Mask. |
+ * ld.cgs (ld): Move previously failing test back |
+ into place. |
+ * ldm0.cgs: New testcase. |
+ * ldm1.cgs: New testcase. |
+ * stm0.cgs: New testcase. |
+ * stm1.cgs: New testcase. |
+ |
+Thu Dec 3 14:20:03 1998 Dave Brolley <brolley@cygnus.com> |
+ |
+ * ld.cgs: Implement more loads. |
+ * call.cgs: New testcase. |
+ * testutils.inc (testr_h_dr): New macro. |
+ (set_s_user,set_s_system): New macros. |
+ |
+ * .: New Directory. |