Fix ld --gc-section segfault with ARMv8-M entry function in absolute section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-app.d
1
2 tmpdir/arm-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 .plt:
8
9 .* <lib_func1@plt-0x14>:
10 .*: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\)
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func1@plt-0x4>
12 .*: e08fe00e add lr, pc, lr
13 .*: e5bef008 ldr pc, \[lr, #8\]!
14 .*: .*
15 .* <lib_func1@plt>:
16 .*: e28fc6.* add ip, pc, #.*
17 .*: e28cca.* add ip, ip, #.* ; 0x.*
18 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
19 Disassembly of section .text:
20
21 .* <_start>:
22 .*: e1a0c00d mov ip, sp
23 .*: e92dd800 push {fp, ip, lr, pc}
24 .*: eb000001 bl .* <app_func>
25 .*: e89d6800 ldm sp, {fp, sp, lr}
26 .*: e12fff1e bx lr
27
28 .* <app_func>:
29 .*: e1a0c00d mov ip, sp
30 .*: e92dd800 push {fp, ip, lr, pc}
31 .*: ebfffff4 bl .* <lib_func1@plt>
32 .*: e89d6800 ldm sp, {fp, sp, lr}
33 .*: e12fff1e bx lr
34
35 .* <app_func2>:
36 .*: e12fff1e bx lr
This page took 0.034723 seconds and 4 git commands to generate.