2009-02-24 Joseph Myers <joseph@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-group-size2.d
1
2 .*: file format .*
3
4 Disassembly of section .text:
5
6 00001000 <_start>:
7 1000: eb000002 bl 1010 <__bar_from_arm>
8 1004: ebffffff bl 1008 <__bar2_veneer>
9 00001008 <__bar2_veneer>:
10 1008: e51ff004 ldr pc, \[pc, #-4\] ; 100c <__bar2_veneer\+0x4>
11 100c: 02003024 .word 0x02003024
12 00001010 <__bar_from_arm>:
13 1010: e59fc000 ldr ip, \[pc, #0\] ; 1018 <__bar_from_arm\+0x8>
14 1014: e12fff1c bx ip
15 1018: 02003021 .word 0x02003021
16 101c: 00000000 .word 0x00000000
17 00001020 <myfunc>:
18 1020: eb000002 bl 1030 <__bar3_veneer>
19 1024: eb000006 bl 1044 <__bar4_from_arm>
20 1028: eb000002 bl 1038 <__bar5_from_arm>
21 102c: 00000000 andeq r0, r0, r0
22 00001030 <__bar3_veneer>:
23 1030: e51ff004 ldr pc, \[pc, #-4\] ; 1034 <__bar3_veneer\+0x4>
24 1034: 02003028 .word 0x02003028
25 00001038 <__bar5_from_arm>:
26 1038: e59fc000 ldr ip, \[pc, #0\] ; 1040 <__bar5_from_arm\+0x8>
27 103c: e12fff1c bx ip
28 1040: 0200302f .word 0x0200302f
29 00001044 <__bar4_from_arm>:
30 1044: e59fc000 ldr ip, \[pc, #0\] ; 104c <__bar4_from_arm\+0x8>
31 1048: e12fff1c bx ip
32 104c: 0200302d .word 0x0200302d
33 ...
34
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.031818 seconds and 4 git commands to generate.