ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-call1.s
CommitLineData
39b41c9c
PB
1# Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
2 .text
3 .arch armv5t
4 .global _start
63e1a0fc 5 .type _start, %function
39b41c9c
PB
6_start:
7 bl arm
8 bl t1
9 bl t2
10 bl t5
11 blx t1
12 blx t2
13 b t1
14 b t2
15 blne t1
16 blne t2
17 blne arm
18 blx arm
19 blx thumblocal
20 .thumb
21thumblocal:
22 bx lr
23 .global t3
24 .thumb_func
25t3:
26 bx lr
27 .global t4
28 .thumb_func
29t4:
30 bx lr
31 nop
This page took 0.840631 seconds and 4 git commands to generate.