Retro68/binutils/ld/testsuite/ld-x86-64/pr19609-7.s

8 lines
123 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.weak foobar
.globl _start
.type _start, @function
_start:
call *foobar@GOTPCREL(%rip)
.size _start, .-_start