Retro68/binutils/ld/testsuite/ld-x86-64/pr19609-7.s
2017-04-10 13:32:00 +02:00

8 lines
123 B
ArmAsm

.text
.weak foobar
.globl _start
.type _start, @function
_start:
call *foobar@GOTPCREL(%rip)
.size _start, .-_start