mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
20 lines
435 B
Makefile
20 lines
435 B
Makefile
#source: ifunc-7.s
|
|
#ld: -shared
|
|
#objdump: -dr -j .text
|
|
#target: aarch64*-*-*
|
|
|
|
# Check if adrp and ldr have been relocated correctly.
|
|
|
|
.*: file format elf.+aarch64.*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
[0-9a-f]+ <foo>:
|
|
[0-9a-f]+: d65f03c0 ret
|
|
|
|
[0-9a-f]+ <__start>:
|
|
[0-9a-f]+: [0-9a-f]+ bl [0-9a-f]+ <\*ABS\*\+0x[0-9a-f]+@plt>
|
|
[0-9a-f]+: [0-9a-f]+ adrp x0, [0-9]+ <__start\+0x[0-9a-f]+>
|
|
[0-9a-f]+: [0-9a-f]+ ldr x0, \[x0, .+\]
|