summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m32r/fslotx.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m32r/fslotx.s')
-rw-r--r--gas/testsuite/gas/m32r/fslotx.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/gas/testsuite/gas/m32r/fslotx.s b/gas/testsuite/gas/m32r/fslotx.s
deleted file mode 100644
index 9cfb2312ccc..00000000000
--- a/gas/testsuite/gas/m32r/fslotx.s
+++ /dev/null
@@ -1,19 +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
-bcl:
- bcl bcl
- ldi r0,#8
-bcl_s:
- bcl.s bcl_s
- ldi r0,#8
-
-bncl:
- bncl bncl
- ldi r0,#8
-bncl_s:
- bncl.s bncl_s
- ldi r0,#8