repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add new syscall numbers from linux v5.1
[musl.git]
/
arch
/
x32
/
crt_arch.h
blob
3eec61bdcdb87ab342940093be4d62869ced5c4a
1
__asm__
(
2
".text
\n
"
3
".global "
START
"
\n
"
4
START
":
\n
"
5
" xor %rbp,%rbp
\n
"
6
" mov %rsp,%rdi
\n
"
7
".weak _DYNAMIC
\n
"
8
".hidden _DYNAMIC
\n
"
9
" lea _DYNAMIC(%rip),%rsi
\n
"
10
" andq $-16,%rsp
\n
"
11
" call "
START
"_c
\n
"
12
);