summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/shift-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/shift-2.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/shift-2.s34
1 files changed, 0 insertions, 34 deletions
diff --git a/gas/testsuite/gas/sh/sh64/shift-2.s b/gas/testsuite/gas/sh/sh64/shift-2.s
deleted file mode 100644
index 082ea373771..00000000000
--- a/gas/testsuite/gas/sh/sh64/shift-2.s
+++ /dev/null
@@ -1,34 +0,0 @@
-! Check that shift expressions translate to the proper reloc for MOVI and
-! SHORI for local and external symbols. This is the 64-bit subset.
- .text
- .mode SHmedia
-start:
- movi (localsym >> 32) & 65535,r4
- movi (localsym >> 48) & 65535,r4
-
- movi ((localsym + 44) >> 32) & 65535,r4
- movi ((localsym + 43) >> 48) & 65535,r4
-
- movi (externsym >> 32) & 65535,r4
- movi (externsym >> 48) & 65535,r4
-
- movi ((externsym + 41) >> 32) & 65535,r4
- movi ((externsym + 42) >> 48) & 65535,r4
-
- shori (localsym >> 32) & 65535,r4
- shori (localsym >> 48) & 65535,r4
-
- shori ((localsym + 44) >> 32) & 65535,r4
- shori ((localsym + 43) >> 48) & 65535,r4
-
- shori (externsym >> 32) & 65535,r4
- shori (externsym >> 48) & 65535,r4
-
- shori ((externsym + 41) >> 32) & 65535,r4
- shori ((externsym + 42) >> 48) & 65535,r4
-
- .data
-! Just make localsym have a non-zero offset into .data.
- .long 0
-localsym:
- .long 0