* arm-dis.c (print_insn): Fixed search for next
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapsecs.s
1 .text
2 .section .text.f1,"ax",%progbits
3 .type f1, %function
4 f1:
5 nop
6 nop
7 f1a:
8 nop
9 .section .text.f2,"ax",%progbits
10 .type f2, %function
11 f2:
12 nop
13 .word 1
14 f2a:
15 nop
This page took 0.037355 seconds and 4 git commands to generate.