aarch64 and arm testsuite fixes for targets lacking shared libs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-7c.d
1 #source: ifunc-7.s
2 #target: [check_shared_lib_support]
3 #ld: -shared
4 #objdump: -dr -j .text
5
6 # Check if adrp and ldr have been relocated correctly.
7
8 .*: file format elf.+aarch64.*
9
10
11 Disassembly of section \.text:
12
13 [0-9a-f]+ <foo>:
14 [0-9a-f]+: d65f03c0 ret
15
16 [0-9a-f]+ <__start>:
17 [0-9a-f]+: [0-9a-f]+ bl [0-9a-f]+ <\*ABS\*\+0x[0-9a-f]+@plt>
18 [0-9a-f]+: [0-9a-f]+ adrp x0, [0-9]+ <__start\+0x[0-9a-f]+>
19 [0-9a-f]+: [0-9a-f]+ ldr x0, \[x0, .+\]
This page took 0.033845 seconds and 4 git commands to generate.