blob: bc654f5cf5af850a695cc5147f330da01e8aa2dd [file] [log] [blame]
.text
.weak foobar
.globl _start
.type _start, @function
_start:
call *foobar@GOTPCREL(%rip)
.size _start, .-_start