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