Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-call2.s
CommitLineData
39b41c9c
PB
1 .text
2 .arch armv5t
3 .global arm
4 .global t1
5 .global t2
6 .global t5
63e1a0fc 7 .type arm, %function
39b41c9c
PB
8arm:
9 bx lr
10 .thumb
11 .thumb_func
12t1:
13 bx lr
14 .thumb_func
15t2:
16 bl t3
17 bl t4
18 .thumb_func
19t5:
20 bl local_thumb
21 nop
22local_thumb:
23 blx t3
24 bl _start
25 blx _start
This page took 0.338286 seconds and 4 git commands to generate.