OpenGrok
Cross Reference: pr12718.s
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-x86-64
/
pr12718.s
Home
|
History
|
Annotate
|
Download
|
only in
ld-x86-64
1
.
globl
foo
2
foo
:
ret
3
.
globl
_start
4
_start
:
call
foo
5