bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-static-app.d
CommitLineData
0885b73e 1
b7693d02 2tmpdir/arm-static-app: file format elf32-(little|big)arm
0885b73e
DJ
3architecture: arm, flags 0x00000112:
4EXEC_P, HAS_SYMS, D_PAGED
5start address 0x.*
6
7Disassembly of section .text:
8
9.* <_start>:
10 .*: e1a0c00d mov ip, sp
743b2a1e 11 .*: e92dd800 push {fp, ip, lr, pc}
0885b73e 12 .*: eb000001 bl .* <app_func>
743b2a1e 13 .*: e89d6800 ldm sp, {fp, sp, lr}
0885b73e
DJ
14 .*: e12fff1e bx lr
15
16.* <app_func>:
17 .*: e1a0c00d mov ip, sp
743b2a1e 18 .*: e92dd800 push {fp, ip, lr, pc}
0885b73e 19 .*: eb000001 bl .* <app_func2>
743b2a1e 20 .*: e89d6800 ldm sp, {fp, sp, lr}
0885b73e
DJ
21 .*: e12fff1e bx lr
22
23.* <app_func2>:
24 .*: e12fff1e bx lr
This page took 0.261995 seconds and 4 git commands to generate.