repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
unlink.s
blob
b85e87c2711522e4b68d4c233d64779bcb3172ac
1
.globl _unlink
2
.globl unlink
3
_unlink
:
4
unlink
:
5
movl $
0xa
, %
eax
6
lcall $
7
,
$
0
7
jb _cerror
8
xor
%
eax
, %
eax
9
ret