mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
0cb01df558
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
27 lines
531 B
Makefile
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
|