diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-12 02:01:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-12 02:01:21 +0000 |
commit | e317cee2ba439e53f4624f722a4bab4f8e697a7f (patch) | |
tree | b07030f65aea0a702a9fdcb45c57853887ff9d2b /sim/testsuite/v850eq-elf/t-zxh.s | |
parent | 5b3a74e8b85248b6f4bad403ec366ee38f204376 (diff) | |
download | gdb-e317cee2ba439e53f4624f722a4bab4f8e697a7f.zip gdb-e317cee2ba439e53f4624f722a4bab4f8e697a7f.tar.gz gdb-e317cee2ba439e53f4624f722a4bab4f8e697a7f.tar.bz2 |
Parent directory renamed.
Diffstat (limited to 'sim/testsuite/v850eq-elf/t-zxh.s')
-rw-r--r-- | sim/testsuite/v850eq-elf/t-zxh.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sim/testsuite/v850eq-elf/t-zxh.s b/sim/testsuite/v850eq-elf/t-zxh.s deleted file mode 100644 index 17bdee4..0000000 --- a/sim/testsuite/v850eq-elf/t-zxh.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "t-macros.i" - - start - - load r2 0xffff8000 -test_zxh: - zxh r2 - check1 r2 0x8000 - - load r2 0xffff7fff -test_zxh2: - zxh r2 - check1 r2 0x7fff - - exit0 |