diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-07 23:25:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-07 23:25:38 +0000 |
commit | 4db6a73d176fcb2ad79d68fd90631da71806fbf6 (patch) | |
tree | 8581e833a921e3bd02bd09574cfbfc7b8fdd4166 /sim/testsuite/d30v-elf/ls-st4hb.S | |
parent | 4b48ac2266039bff16ce766f6599d21940042d90 (diff) | |
download | gdb-4db6a73d176fcb2ad79d68fd90631da71806fbf6.zip gdb-4db6a73d176fcb2ad79d68fd90631da71806fbf6.tar.gz gdb-4db6a73d176fcb2ad79d68fd90631da71806fbf6.tar.bz2 |
2005-01-07 Andrew Cagney <cagney@gnu.org>
* fr30-elf, d30v-elf: Delete directory.
Diffstat (limited to 'sim/testsuite/d30v-elf/ls-st4hb.S')
-rw-r--r-- | sim/testsuite/d30v-elf/ls-st4hb.S | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sim/testsuite/d30v-elf/ls-st4hb.S b/sim/testsuite/d30v-elf/ls-st4hb.S deleted file mode 100644 index bf80225..0000000 --- a/sim/testsuite/d30v-elf/ls-st4hb.S +++ /dev/null @@ -1,13 +0,0 @@ - add r2, r0, hello - add r4, r0, ('H' << 16) + ('e' << 0) - add r5, r0, ('l' << 16) + ('l' << 0) - st4hb r4, @(r2,0) || nop - # putstr - .long 0x0e000001, 0x00f00000 - # finished - add r2, r0, r0 || nop - .long 0x0e000004, 0x00f00000 - - .align 3 -hello: - .ascii "????o World\n" |