summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k/link.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m68k/link.s')
-rw-r--r--gas/testsuite/gas/m68k/link.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gas/m68k/link.s b/gas/testsuite/gas/m68k/link.s
deleted file mode 100644
index 1a321dd3222..00000000000
--- a/gas/testsuite/gas/m68k/link.s
+++ /dev/null
@@ -1,13 +0,0 @@
-# Test handling of link instruction.
- .text
- .globl foo
-foo:
- link %a6,&0
- link %a6,&-4
- link %a6,&-0x7fff
- link %a6,&-0x8000
- link %a6,&-0x8001
- link %a6,&0x7fff
- link %a6,&0x8000
- link %a6,&0x8001
- nop