From: Frank Ch. Eigler Date: Tue, 27 Oct 1998 21:49:15 +0000 (+0000) Subject: * Fix for testcase for checking PR 17362. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe146542dda13513ecbee28a0138e5307c528acf;hp=2321a68bf8d71967d686fb681c49e5829b635db2;p=binutils-gdb.git * Fix for testcase for checking PR 17362. Tue Oct 27 15:20:16 EST 1998 Frank Ch. Eigler * t-prot3w.s: Test changed spec of prot3w insn. --- diff --git a/sim/testsuite/mips64r5900-elf/ChangeLog b/sim/testsuite/mips64r5900-elf/ChangeLog index d1ad04e5fd2..7b1600f553c 100644 --- a/sim/testsuite/mips64r5900-elf/ChangeLog +++ b/sim/testsuite/mips64r5900-elf/ChangeLog @@ -1,3 +1,19 @@ +Tue Oct 27 15:20:16 EST 1998 Frank Ch. Eigler + + * t-prot3w.s: Test changed spec of prot3w insn. + +Wed Jul 15 14:57:26 1998 Andrew Cagney + + * f-div.s: Add tests of more edge conditions. + * f-rsqrt.s: Add third argument to RSQRT. + * f-cond.s: Replace C.LE.S with C.OLE.S and C.LT.S with C.OLT.S. + +Mon May 25 15:46:32 1998 Andrew Cagney + + * t-ldl.s, t-ldr.s, t-lwl.s, t-lwr.s, t-sdl.s, t-sdr.s, t-swl.s, + t-swr.s: New files. + * Makefile.in (TESTS): Update. + Thu May 21 19:04:52 1998 Andrew Cagney * Makefile.in (TESTS): Add t-sub.ok. diff --git a/sim/testsuite/mips64r5900-elf/t-prot3w.s b/sim/testsuite/mips64r5900-elf/t-prot3w.s new file mode 100644 index 00000000000..1c9f0187f42 --- /dev/null +++ b/sim/testsuite/mips64r5900-elf/t-prot3w.s @@ -0,0 +1,14 @@ +.include "t-macros.i" + + start + +test_prot3w: + load $8 0x3333333311111111 0x2222222244444444 + prot3w $10,$8 #Expectation: + + # Prior to PR 17362, this was: + # check10 0x1111111122222222 0x3333333344444444 + + check10 0x1111111144444444 0x2222222233333333 + + exit0