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
7bcl:
8	bcl bcl
9	ldi r0,#8
10bcl_s:
11	bcl.s bcl_s
12	ldi r0,#8
13
14bncl:
15	bncl bncl
16	ldi r0,#8
17bncl_s:
18	bncl.s bncl_s
19	ldi r0,#8
20