source: binutils/trunk/ld/testsuite/ld-arm/armthumb-lib.d@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 1.0 KB
Line 
1
2tmpdir/armthumb-lib.so: file format elf32-(little|big)arm
3architecture: arm.*, flags 0x00000150:
4HAS_SYMS, DYNAMIC, D_PAGED
5start address 0x.*
6
7Disassembly of section .plt:
8
9.* <app_func2@plt-0x14>:
10 .*: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\)
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <app_func2@plt-0x4>
12 .*: e08fe00e add lr, pc, lr
13 .*: e5bef008 ldr pc, \[lr, #8\]!
14 .*: .*
15.* <app_func2@plt>:
16 .*: e28fc6.* add ip, pc, #.*
17 .*: e28cca.* add ip, ip, #.* ; 0x.*
18 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
19Disassembly of section .text:
20
21.* <lib_func1>:
22 .*: e1a0c00d mov ip, sp
23 .*: e92dd800 push {fp, ip, lr, pc}
24 .*: ebfffff. bl .* <app_func2@plt>
25 .*: e89d6800 ldm sp, {fp, sp, lr}
26 .*: e12fff1e bx lr
27 .*: e1a00000 nop ; \(mov r0, r0\)
28 .*: e1a00000 nop ; \(mov r0, r0\)
29 .*: e1a00000 nop ; \(mov r0, r0\)
30
31.* <__real_lib_func2>:
32 .*: 4770 bx lr
33 .*: 46c0 nop ; \(mov r8, r8\)
34
35.* <lib_func2>:
36 .*: e59fc004 ldr ip, \[pc, #4\] ; .* <lib_func2\+0xc>
37 .*: e08cc00f add ip, ip, pc
38 .*: e12fff1c bx ip
39 .*: fffffff1 .*
Note: See TracBrowser for help on using the repository browser.