* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mix2.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: 02003024 .word 0x02003024
9 00001008 <__bar_from_arm>:
10 1008: e59fc000 ldr ip, \[pc, #0\] ; 1010 <__bar_from_arm\+0x8>
11 100c: e12fff1c bx ip
12 1010: 02003021 .word 0x02003021
13 1014: 00000000 .word 0x00000000
14
15 00001018 <_start>:
16 1018: ebfffffa bl 1008 <__bar_from_arm>
17 101c: ebfffff7 bl 1000 <__bar2_veneer>
18 Disassembly of section .mytext:
19
20 00002000 <__bar5_from_arm>:
21 2000: e59fc000 ldr ip, \[pc, #0\] ; 2008 <__bar5_from_arm\+0x8>
22 2004: e12fff1c bx ip
23 2008: 0200302f .word 0x0200302f
24 0000200c <__bar3_veneer>:
25 200c: e51ff004 ldr pc, \[pc, #-4\] ; 2010 <__bar3_veneer\+0x4>
26 2010: 02003028 .word 0x02003028
27 00002014 <__bar4_from_arm>:
28 2014: e59fc000 ldr ip, \[pc, #0\] ; 201c <__bar4_from_arm\+0x8>
29 2018: e12fff1c bx ip
30 201c: 0200302d .word 0x0200302d
31 ...
32 2028: ebfffff7 bl 200c <__bar3_veneer>
33 202c: ebfffff8 bl 2014 <__bar4_from_arm>
34 2030: ebfffff2 bl 2000 <__bar5_from_arm>
35 Disassembly of section .foo:
36
37 02003020 <bar>:
38 2003020: 4770 bx lr
39 ...
40
41 02003024 <bar2>:
42 2003024: e12fff1e bx lr
43
44 02003028 <bar3>:
45 2003028: e12fff1e bx lr
46
47 0200302c <bar4>:
48 200302c: 4770 bx lr
49
50 0200302e <bar5>:
51 200302e: 4770 bx lr
This page took 0.048084 seconds and 4 git commands to generate.