repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo fix in most recent entry.
[binutils.git]
/
ld
/
testsuite
/
ld-i386
/
vxworks1.s
blob
5cb68af98923854bcae4adbcbc29ea04b300aa4e
1
.text
2
.globl _start
3
.type _start,@function
4
_start
:
5
call foo@plt
6
call sexternal@plt
7
jmp sglobal@plt
8
.size _start, .-_start
9
10
.globl sexternal
11
.type sexternal,@function
12
sexternal
:
13
ret
14
.size sexternal, .-sexternal