blob: 838c33edae0436e7c99ac1ac30a613780564bf72 [file] [log] [blame]
.text
.type foo, @function
foo:
ret
.size foo, .-foo
.globl _start
.type _start, @function
_start:
movq foo@GOTPCREL(%rip), %rax
movq foo@GOTPCREL(%rip), %r26
.size _start, .-_start