* config/tc-arm.c (arm_ext_v6m): New variable.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / bl-local-v4t.s
CommitLineData
267bf995
RR
1 .text
2 .arch armv4t
3 .syntax unified
4 .thumb
5one:
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
14foo:
15 nop
16 nop
17fooundefthumb:
18 nop
19 .type foo2, %function
20 .arm
21 .align 2
22foo2:
23 nop
24fooundefarm:
25 nop
This page took 0.084709 seconds and 4 git commands to generate.