mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
d3b76a45a9
Make the ifunc-21 and ifunc-22 tests more generic to support aarch64_be and ELF targets. ld/testsuite/ChangeLog: 2013-12-11 Will Newton <will.newton@linaro.org> * ld-aarch64/ifunc-21.d: Make test more generic to support aarch64_be and ELF targets. * ld-aarch64/ifunc-22.d: Likewise.
26 lines
512 B
Makefile
26 lines
512 B
Makefile
#source: ifunc-21.s
|
|
#ld: -shared -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+ .*
|
|
(103b8|10408) 0+ 0+ [0-9a-f]+ [0-9a-f]+ .*
|
|
|
|
Disassembly of section .text:
|
|
|
|
.* <ifunc>:
|
|
.*: d65f03c0 ret
|
|
|
|
.* <bar>:
|
|
.*: 90000080 adrp x0, 10000 <.*>
|
|
.*: .* ldr x0, \[x0,#(960|1040)\]
|
|
.*: d65f03c0 ret
|
|
|
|
#pass
|