Fix unexpected failures in the linker testsuite for ARM VxWorks targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-static-app.d
1
2 tmpdir/arm-static-app: file format elf32-(little|big)arm.*
3 architecture: arm.*, flags 0x00000112:
4 EXEC_P, HAS_SYMS, D_PAGED
5 start address 0x.*
6
7 Disassembly of section .text:
8
9 .* <_start>:
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
15
16 .* <app_func>:
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
22
23 .* <app_func2>:
24 +.*: e12fff1e bx lr
This page took 0.031351 seconds and 4 git commands to generate.