summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m32r/fslot.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m32r/fslot.s')
-rw-r--r--gas/testsuite/gas/m32r/fslot.s27
1 files changed, 0 insertions, 27 deletions
diff --git a/gas/testsuite/gas/m32r/fslot.s b/gas/testsuite/gas/m32r/fslot.s
deleted file mode 100644
index 586b664d9e5..00000000000
--- a/gas/testsuite/gas/m32r/fslot.s
+++ /dev/null
@@ -1,27 +0,0 @@
-# Test the FILL-SLOT attribute.
-# The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
-# This is needed for example with bl because the subroutine will return
-# to a 32 bit boundary.
-
- .text
-bl:
- bl bl
- ldi r0,#8
-bl_s:
- bl.s bl_s
- ldi r0,#8
-
-bra:
- bra bra
- ldi r0,#8
-bra_s:
- bra.s bra_s
- ldi r0,#8
-
-jl:
- jl r0
- ldi r0,#8
-
-trap:
- trap #4
- ldi r0,#8