aarch64 and arm testsuite fixes for targets lacking shared libs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / abs-call-1.s
CommitLineData
6e7ce2cd
PB
1
2 .type foo, %function
3 .set foo, 0x100000
4
5arm: bl 0x100000
6 b 0x100000
63e1a0fc 7 blx 0x100000
6e7ce2cd
PB
8 bl foo
9
63e1a0fc
PB
10 .syntax unified
11 .thumb
12thumb: bl 0x100000
13 b 0x100000
14 blx 0x100000
15 @ bl foo is broken - gas fails to preserve the symbol reference
This page took 0.527298 seconds and 4 git commands to generate.