ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / fdpic-shared-m.d
1
2 tmpdir/fdpic-shared.so: file format elf32-(little|big)arm
3 architecture: arm.*, flags 0x00000150:
4 HAS_SYMS, DYNAMIC, D_PAGED
5 start address 0x.*
6
7 Disassembly of section .plt:
8
9 .* <.plt>:
10 .*: f8df c00c ldr.w ip, \[pc, #12\] ; .* <.plt\+0x10>
11 .*: eb0c 0c09 add.w ip, ip, r9
12 .*: f8dc 9004 ldr.w r9, \[ip, #4\]
13 .*: f8dc f000 ldr.w pc, \[ip\]
14 .*: 0000000c .word 0x0000000c
15 .*: 00000000 .word 0x00000000
16 .*: f85f c008 ldr.w ip, \[pc, #-8\] ; .* <.plt\+0x14>
17 .*: f84d cd04 str.w ip, \[sp, #-4\]!
18 .*: f8d9 c004 ldr.w ip, \[r9, #4\]
19 .*: f8d9 f000 ldr.w pc, \[r9\]
20
21 Disassembly of section .text:
22
23 .* <my_shared_func1>:
24 .*: 4770 bx lr
25 .*: bf00 nop
26
27 .* <my_shared_func3>:
28 .*: f04f 0000 mov.w r0, #0
29 .*: 4770 bx lr
30 .*: bf00 nop
31
32 .* <my_shared_func2>:
33 .*: b510 push {r4, lr}
34 .*: 464c mov r4, r9
35 .*: f7ff ffe2 bl .* <.plt>
36 .*: 46a1 mov r9, r4
37 .*: bd10 pop {r4, pc}
This page took 0.037245 seconds and 4 git commands to generate.