Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pr26018.s
.global _start, foo .type foo, %function .text _start: call foo@PLT foo: ret