2011-05-31 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / bl-local-v4t.s
1 .text
2 .arch armv4t
3 .syntax unified
4 .thumb
5 one:
6 bl foo2 @ bl foo2 with reloc.
7 beq foo @ beq foo with reloc.
8 b foo @ branch foo with reloc.
9 bl fooundefarm
10 bl fooundefthumb
11 .thumb
12 .type foo, %function
13 .thumb_func
14 foo:
15 nop
16 nop
17 fooundefthumb:
18 nop
19 .type foo2, %function
20 .arm
21 .align 2
22 foo2:
23 nop
24 fooundefarm:
25 nop
This page took 0.030431 seconds and 4 git commands to generate.