2 changed files with 43 additions and 0 deletions
@ -0,0 +1,28 @@ |
|||
Mon Feb 2 16:50:21 1998 Andrew Cagney <cagney@b1.cygnus.com> |
|||
|
|||
* t-sdl.s: New test. |
|||
* Makefile.in: Update. |
|||
|
|||
Wed Sep 3 14:32:42 1997 Andrew Cagney <cagney@b1.cygnus.com> |
|||
|
|||
* Makefile.in (.o.run): Replace .tx59 with .run. |
|||
|
|||
Mon Sep 1 16:58:13 1997 Andrew Cagney <cagney@b1.cygnus.com> |
|||
|
|||
* Makefile.in (TESTS): Add t-psrlvw, t-pabsh, t-pabsw. |
|||
(.s.o, .o.tx59): Add -Ttext 0xa002000, to ld. Add -I <srcdir> to |
|||
as. |
|||
|
|||
t-psrlvw.s, t-pabsh, t-pabsw: New files. |
|||
|
|||
Tue Jul 29 10:56:53 1997 Andrew Cagney <cagney@b1.cygnus.com> |
|||
|
|||
* t-mtsa.s: Check move/from SA instructions. |
|||
|
|||
Mon Jul 28 20:51:16 1997 Andrew Cagney <cagney@b1.cygnus.com> |
|||
|
|||
* t-pdivuw.s: Also check normal cases. |
|||
|
|||
Tue Jul 15 13:34:07 1997 Andrew Cagney <cagney@sendai.cygnus.com> |
|||
|
|||
ChangeLog: Create |
|||
@ -0,0 +1,15 @@ |
|||
.include "t-macros.i" |
|||
|
|||
start |
|||
|
|||
test_sdl: |
|||
load $8 0x0000000000000000 dest |
|||
load $9 0xbeefdead 0xdeadbeef |
|||
sdl $9, 7($8) |
|||
ld $10, dest |
|||
|
|||
check10 0x0000000000000000 0xdeadbeef |
|||
|
|||
exit0 |
|||
|
|||
dest: .long 0 |
|||
Loading…
Reference in new issue