summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-h8300/relax-6.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-27 16:47:02 +0000
committerNick Clifton <nickc@redhat.com>2004-07-27 16:47:02 +0000
commit1bec8141aa331266a162701c3ba0e0ea9bf3b6d5 (patch)
tree701b9fae61d058022def731004c5231980b7c30a /ld/testsuite/ld-h8300/relax-6.s
parent406f8ff91f7a7f9700d2bd938c58a11cbfcc690a (diff)
downloadbinutils-gdb-1bec8141aa331266a162701c3ba0e0ea9bf3b6d5.tar.gz
ld-h8300/h8300.exp: Addition of new test case to check relaxation for H8S target.
ld-h8300/relax-6.s: New test source file. ld-h8300/relax-6.d: New test expected disassembly file. ld-h8300/relax-6-coff.d: New test expected disassembly file for COFF format.
Diffstat (limited to 'ld/testsuite/ld-h8300/relax-6.s')
-rw-r--r--ld/testsuite/ld-h8300/relax-6.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-h8300/relax-6.s b/ld/testsuite/ld-h8300/relax-6.s
new file mode 100644
index 00000000000..fb44b54cb1d
--- /dev/null
+++ b/ld/testsuite/ld-h8300/relax-6.s
@@ -0,0 +1,5 @@
+ .h8300s
+ .global _start
+_start:
+ mov.b r2l,@0xFFFFFFBD:32
+ rts