* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mix.d
1
2 .*: file format .*
3
4 Disassembly of section .text:
5
6 00001000 <__bar2_veneer>:
7 1000: e51ff004 ldr pc, \[pc, #-4\] ; 1004 <__bar2_veneer\+0x4>
8 1004: 02002024 .word 0x02002024
9 00001008 <__bar_from_arm>:
10 1008: e59fc000 ldr ip, \[pc, #0\] ; 1010 <__bar_from_arm\+0x8>
11 100c: e12fff1c bx ip
12 1010: 02002021 .word 0x02002021
13 00001014 <__bar3_veneer>:
14 1014: e51ff004 ldr pc, \[pc, #-4\] ; 1018 <__bar3_veneer\+0x4>
15 1018: 02002028 .word 0x02002028
16 0000101c <__bar4_from_arm>:
17 101c: e59fc000 ldr ip, \[pc, #0\] ; 1024 <__bar4_from_arm\+0x8>
18 1020: e12fff1c bx ip
19 1024: 0200202d .word 0x0200202d
20 00001028 <__bar5_from_arm>:
21 1028: e59fc000 ldr ip, \[pc, #0\] ; 1030 <__bar5_from_arm\+0x8>
22 102c: e12fff1c bx ip
23 1030: 0200202f .word 0x0200202f
24 ...
25
26 00001040 <_start>:
27 1040: ebfffff0 bl 1008 <__bar_from_arm>
28 1044: ebffffed bl 1000 <__bar2_veneer>
29 1048: ebfffff1 bl 1014 <__bar3_veneer>
30 104c: ebfffff2 bl 101c <__bar4_from_arm>
31 1050: ebfffff4 bl 1028 <__bar5_from_arm>
32 Disassembly of section .foo:
33
34 02002020 <bar>:
35 2002020: 4770 bx lr
36 ...
37
38 02002024 <bar2>:
39 2002024: e12fff1e bx lr
40
41 02002028 <bar3>:
42 2002028: e12fff1e bx lr
43
44 0200202c <bar4>:
45 200202c: 4770 bx lr
46
47 0200202e <bar5>:
48 200202e: 4770 bx lr
This page took 0.033447 seconds and 4 git commands to generate.