1# Test too many instructions in execute packet, with section switching.
2.nocmp
3.section .text.f1,"ax",%progbits
4.globl f1
5f1:
6	nop 5
7.section .text.f2,"ax",%progbits
8.globl f2
9f2:
10	nop 4
11.section .text.f1,"ax",%progbits
12||	nop
13||	nop
14||	nop
15||	nop
16||	nop
17||	nop
18||	nop
19.section .text.f2,"ax",%progbits
20||	nop
21||	nop
22||	nop
23||	nop
24||	nop
25||	nop
26||	nop
27.section .text.f1,"ax",%progbits
28||	nop
29.section .text.f2,"ax",%progbits
30||	nop
31