mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Make progress towards aarch64 build
This commit is contained in:
parent
08ff26c817
commit
ca2860947f
15428 changed files with 25694 additions and 23138 deletions
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp MsWSock,__imp_AcceptEx,AcceptEx,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
AcceptEx:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ AcceptEx:
|
|||
jmp __sysv2nt8
|
||||
.endfn AcceptEx,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp MsWSock,__imp_DisconnectEx,DisconnectEx,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
DisconnectEx:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ DisconnectEx:
|
|||
jmp __sysv2nt
|
||||
.endfn DisconnectEx,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp MsWSock,__imp_GetAcceptExSockaddrs,GetAcceptExSockaddrs,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
GetAcceptExSockaddrs:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ GetAcceptExSockaddrs:
|
|||
jmp __sysv2nt8
|
||||
.endfn GetAcceptExSockaddrs,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp MsWSock,__imp_TransmitFile,TransmitFile,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
TransmitFile:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ TransmitFile:
|
|||
jmp __sysv2nt8
|
||||
.endfn TransmitFile,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp MsWSock,__imp_WSARecvEx,WSARecvEx,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
WSARecvEx:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ WSARecvEx:
|
|||
jmp __sysv2nt
|
||||
.endfn WSARecvEx,globl
|
||||
.previous
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue