summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/movi-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/movi-2.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/movi-2.s28
1 files changed, 0 insertions, 28 deletions
diff --git a/gas/testsuite/gas/sh/sh64/movi-2.s b/gas/testsuite/gas/sh/sh64/movi-2.s
deleted file mode 100644
index 222cec6e076..00000000000
--- a/gas/testsuite/gas/sh/sh64/movi-2.s
+++ /dev/null
@@ -1,28 +0,0 @@
-! Check MOVI expansion of local symbols that should get segment-relative
-! relocations.
- .text
-start:
- movi forw + 32,r33
- movi forwdata + 40,r54
- movi forwothertext + 44,r15
-forw:
- movi forwotherdata + 48,r25
-
- .data
- .long 0 ! To get a non-zero segment offset for "forwdata".
-forwdata:
- .long 0
-
- .section .text.other,"ax"
-forwdummylabel: ! Needed to hang a marker that this section is SHmedia.
- nop
- nop
-forwothertext:
- nop
-
- .section .data.other,"aw"
- .long 0
- .long 0
-forwotherdata:
- .long 0
-