* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-arm / farcall-mix.d
blob227cd83233176baf7fdf7996d8cd0a6423743234
2 .*: file format .*
4 Disassembly of section .text:
6 00001000 <_start>:
7 1000: eb000004 bl 1018 <__bar_from_arm>
8 1004: eb00000e bl 1044 <__bar2_veneer>
9 1008: eb000005 bl 1024 <__bar3_veneer>
10 100c: eb000009 bl 1038 <__bar4_from_arm>
11 1010: eb000005 bl 102c <__bar5_from_arm>
12 1014: 00000000 andeq r0, r0, r0
14 00001018 <__bar_from_arm>:
15 1018: e59fc000 ldr ip, \[pc\] ; 1020 <__bar_from_arm\+0x8>
16 101c: e12fff1c bx ip
17 1020: 02002021 .word 0x02002021
18 00001024 <__bar3_veneer>:
19 1024: e51ff004 ldr pc, \[pc, #-4\] ; 1028 <__bar3_veneer\+0x4>
20 1028: 02002028 .word 0x02002028
21 0000102c <__bar5_from_arm>:
22 102c: e59fc000 ldr ip, \[pc\] ; 1034 <__bar5_from_arm\+0x8>
23 1030: e12fff1c bx ip
24 1034: 0200202f .word 0x0200202f
25 00001038 <__bar4_from_arm>:
26 1038: e59fc000 ldr ip, \[pc\] ; 1040 <__bar4_from_arm\+0x8>
27 103c: e12fff1c bx ip
28 1040: 0200202d .word 0x0200202d
30 00001044 <__bar2_veneer>:
31 1044: e51ff004 ldr pc, \[pc, #-4\] ; 1048 <__bar2_veneer\+0x4>
32 1048: 02002024 .word 0x02002024
33 ...
35 Disassembly of section .foo:
37 02002020 <bar>:
38 2002020: 4770 bx lr
39 ...
41 02002024 <bar2>:
42 2002024: e12fff1e bx lr
44 02002028 <bar3>:
45 2002028: e12fff1e bx lr
47 0200202c <bar4>:
48 200202c: 4770 bx lr
50 0200202e <bar5>:
51 200202e: 4770 bx lr