summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/jumpa.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-30 15:20:14 +0000
committerNick Clifton <nickc@redhat.com>2001-10-30 15:20:14 +0000
commit2cf98ff04309623b05bbd91a6447bfae4b2c2e24 (patch)
tree2acb1c0c7e97dbf8540db85537b2f8ad509a4523 /ld/testsuite/ld-mmix/jumpa.s
parent172d9978811d342be00ad53e20d51c5734d2781e (diff)
downloadbinutils-redhat-2cf98ff04309623b05bbd91a6447bfae4b2c2e24.tar.gz
Add MMIX support
Diffstat (limited to 'ld/testsuite/ld-mmix/jumpa.s')
-rw-r--r--ld/testsuite/ld-mmix/jumpa.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/jumpa.s b/ld/testsuite/ld-mmix/jumpa.s
new file mode 100644
index 0000000000..16ba54b3e1
--- /dev/null
+++ b/ld/testsuite/ld-mmix/jumpa.s
@@ -0,0 +1,7 @@
+* Just jump to an external symbol, with some padding.
+ .text
+ .global jumpa
+jumpa:
+ SET $253,2
+ JMP a
+ SET $253,3