Arm: Fix performance issue with thumb-2 tailcalls
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-thumb-arm-pic-veneer.d
1 .*: file format .*
2
3 Disassembly of section .text:
4
5 01c01010 <_start>:
6 1c01010: f300 f802 bl 1f01018 <__bar_from_thumb>
7 ...
8 1f01014: f000 f800 bl 1f01018 <__bar_from_thumb>
9
10 01f01018 <__bar_from_thumb>:
11 1f01018: 4778 bx pc
12 1f0101a: e7fd b.n .+ <.+>
13 1f0101c: e59fc000 ldr ip, \[pc\] ; 1f01024 <__bar_from_thumb\+0xc>
14 1f01020: e08cf00f add pc, ip, pc
15 1f01024: 000fffec .word 0x000fffec
16
17 Disassembly of section .foo:
18
19 02001014 <bar>:
20 2001014: e12fff1e bx lr
This page took 0.042583 seconds and 4 git commands to generate.