summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k/p2663.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m68k/p2663.s')
-rw-r--r--gas/testsuite/gas/m68k/p2663.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/m68k/p2663.s b/gas/testsuite/gas/m68k/p2663.s
deleted file mode 100644
index 9f3650fb8aa..00000000000
--- a/gas/testsuite/gas/m68k/p2663.s
+++ /dev/null
@@ -1,16 +0,0 @@
-|
-| This code generates an incorrect pc relative offset
-|
-bug: movel #4,%d7
- jsr table(%pc,%d7.w) | wrong
- jsr %pc@(table-.-2:b,%d7:w) | correct but cryptic
- nop
- nop
-table:
- bra junk
- bra junk
- bra junk
-
-junk:
- nop
- rts