Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-arm / fdpic-shared.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 .*: e59fc008 ldr ip, \[pc, #8\] ; .* <.plt\+0x10>
11 .*: e08cc009 add ip, ip, r9
12 .*: e59c9004 ldr r9, \[ip, #4\]
13 .*: e59cf000 ldr pc, \[ip\]
14 .*: 0000000c .word 0x0000000c
15 .*: 00000000 .word 0x00000000
16 .*: e51fc00c ldr ip, \[pc, #-12\] ; .* <.plt\+0x14>
17 .*: e92d1000 stmfd sp!, {ip}
18 .*: e599c004 ldr ip, \[r9, #4\]
19 .*: e599f000 ldr pc, \[r9\]
20
21 Disassembly of section .text:
22
23 .* <my_shared_func1>:
24 .*: e12fff1e bx lr
25
26 .* <my_shared_func3>:
27 .*: e3a00000 mov r0, #0
28 .*: e12fff1e bx lr
29
30 .* <my_shared_func2>:
31 .*: e92d4010 push {r4, lr}
32 .*: e1a04009 mov r4, r9
33 .*: ebffffef bl .* <.plt>
34 .*: e1a09004 mov r9, r4
35 .*: e8bd8010 pop {r4, pc}