* ld-arm/arm-app-abs32.d; Update expected disassembly in line with
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-lib-plt32.d
1
2 tmpdir/arm-lib-plt32.so: file format elf32-(little|big)arm
3 architecture: armv4t, flags 0x00000150:
4 HAS_SYMS, DYNAMIC, D_PAGED
5 start address 0x.*
6
7 Disassembly of section .plt:
8
9 .* <.plt>:
10 .*: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\)
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func1-0x10>
12 .*: e08fe00e add lr, pc, lr
13 .*: e5bef008 ldr pc, \[lr, #8\]!
14 .*: .*
15 .*: e28fc6.* add ip, pc, #.*
16 .*: e28cca.* add ip, ip, #.* ; 0x.*
17 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
18 Disassembly of section .text:
19
20 .* <lib_func1>:
21 .*: e1a0c00d mov ip, sp
22 .*: e92dd800 push {fp, ip, lr, pc}
23 .*: ebfffff9 bl .* <lib_func1-0xc>
24 .*: e89d6800 ldm sp, {fp, sp, lr}
25 .*: e12fff1e bx lr
26
27 .* <lib_func2>:
28 .*: e12fff1e bx lr
This page took 0.030155 seconds and 4 git commands to generate.