binutils-gdb/ld/testsuite/ld-aarch64/ifunc-21.d
Roland McGrath c198a1ecf8 Fix spurious check-ld failures on aarch64-elf
ld/
	* testsuite/ld-aarch64/ifunc-1-local.d: Adjust regexps to match
	the offsets emitted by aarch64-elf configurations.
	* testsuite/ld-aarch64/ifunc-1.d: Likewise.
	* testsuite/ld-aarch64/ifunc-2-local.d: Likewise.
	* testsuite/ld-aarch64/ifunc-2.d: Likewise.
	* testsuite/ld-aarch64/ifunc-21.d: Likewise.
	* testsuite/ld-aarch64/ifunc-3a.d: Likewise.
2018-08-01 13:36:51 -07:00

27 lines
531 B
Makefile

#source: ifunc-21.s
#ld: -shared --hash-style=sysv -z nocombreloc
#objdump: -d -s -j .got.plt -j .text
#target: aarch64*-*-*
# Ensure the .got.plt slot used is correct
.*: file format elf64-(little|big)aarch64
Contents of section .text:
[0-9a-f]+ .*
Contents of section .got.plt:
[0-9a-f]+ 0+ 0+ 0+ 0+ .*
(10298|102b8) 0+ 0+ [0-9a-f]+ [0-9a-f]+ .*
Disassembly of section .text:
.* <ifunc>:
.*: d65f03c0 ret
.* <bar>:
.*: 90000080 adrp x0, 10000 <.*>
.*: .* ldr x0, \[x0, #(672|704)\]
.*: d65f03c0 ret
#pass