summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/arm-static-app.d
blob: c08c27ff152708edf4b1690ce6c19995cde63fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

tmpdir/arm-static-app:     file format elf32-(little|big)arm.*
architecture: armv4t, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x.*

Disassembly of section .text:

.* <_start>:
 +.*:	e1a0c00d 	mov	ip, sp
 +.*:	e92dd800 	push	{fp, ip, lr, pc}
 +.*:	eb000001 	bl	.* <app_func>
 +.*:	e89d6800 	ldm	sp, {fp, sp, lr}
 +.*:	e12fff1e 	bx	lr

.* <app_func>:
 +.*:	e1a0c00d 	mov	ip, sp
 +.*:	e92dd800 	push	{fp, ip, lr, pc}
 +.*:	eb000001 	bl	.* <app_func2>
 +.*:	e89d6800 	ldm	sp, {fp, sp, lr}
 +.*:	e12fff1e 	bx	lr

.* <app_func2>:
 +.*:	e12fff1e 	bx	lr