summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/mix-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/mix-1.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/mix-1.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/gas/testsuite/gas/sh/sh64/mix-1.s b/gas/testsuite/gas/sh/sh64/mix-1.s
deleted file mode 100644
index 03b96eb286e..00000000000
--- a/gas/testsuite/gas/sh/sh64/mix-1.s
+++ /dev/null
@@ -1,21 +0,0 @@
-! Check mixed-mode objects; different sections holding different ISA:s.
- .mode SHcompact
- .text
-start:
- bt forw
- mova start2,r0
-start2:
- nop
-forw:
- nop
-
- .section .text.media,"ax"
- .mode SHmedia
-mediacode:
- ptb forw,tr4
- pt start2,tr5
-mediacode2:
- movi start2,r54
- movi mediacode2,r45
- pta mediacode2,tr7
- nop