summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/movi-3.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/movi-3.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/movi-3.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gas/sh/sh64/movi-3.s b/gas/testsuite/gas/sh/sh64/movi-3.s
deleted file mode 100644
index b3010013f8..0000000000
--- a/gas/testsuite/gas/sh/sh64/movi-3.s
+++ /dev/null
@@ -1,10 +0,0 @@
-! There was a bug with negative pc-relative numbers.
- .mode SHmedia
- .text
-start:
- movi (start - 1000000 - end) & 65535,r4
- movi ((start - 1000000 - end) >> 16) & 65535,r5
- movi ((start - 1000000 - end) >> 32) & 65535,r6
- movi ((start - 1000000 - end) >> 48) & 65535,r7
- movi (start - 1000000 - end),r8
-end: