Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-call2.s
1 .text
2 .arch armv5t
3 .global arm
4 .global t1
5 .global t2
6 .global t5
7 .type arm, %function
8 arm:
9 bx lr
10 .thumb
11 .thumb_func
12 t1:
13 bx lr
14 .thumb_func
15 t2:
16 bl t3
17 bl t4
18 .thumb_func
19 t5:
20 bl local_thumb
21 nop
22 local_thumb:
23 blx t3
24 bl _start
25 blx _start
This page took 0.045843 seconds and 4 git commands to generate.