x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / fslotx.s
1 # Test the FILL-SLOT attribute.
2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
3 # This is needed for example with bl because the subroutine will return
4 # to a 32 bit boundary.
5
6 .text
7 bcl:
8 bcl bcl
9 ldi r0,#8
10 bcl_s:
11 bcl.s bcl_s
12 ldi r0,#8
13
14 bncl:
15 bncl bncl
16 ldi r0,#8
17 bncl_s:
18 bncl.s bncl_s
19 ldi r0,#8
This page took 0.029648 seconds and 4 git commands to generate.