-
- Downloads
libc: add minimal support for AArch64
this contains still prototyped code, which if reached either
hangs (setjmp, longjmp), aborts (all that requires mmu::),
or implements differently (allocating with malloc instead of mmap)
This is enough libc AArch64 support for reaching the end of premain.
Signed-off-by:
Claudio Fontana <claudio.fontana@huawei.com>
Showing
- libc/arch/aarch64/atomic.h 38 additions, 0 deletionslibc/arch/aarch64/atomic.h
- libc/arch/aarch64/setjmp/longjmp.s 14 additions, 0 deletionslibc/arch/aarch64/setjmp/longjmp.s
- libc/arch/aarch64/setjmp/setjmp.s 17 additions, 0 deletionslibc/arch/aarch64/setjmp/setjmp.s
- libc/arch/x64/setjmp/longjmp.s 0 additions, 0 deletionslibc/arch/x64/setjmp/longjmp.s
- libc/arch/x64/setjmp/setjmp.s 0 additions, 0 deletionslibc/arch/x64/setjmp/setjmp.s
- libc/build.mk 2 additions, 2 deletionslibc/build.mk
- libc/mman.cc 28 additions, 0 deletionslibc/mman.cc
- libc/pthread.cc 13 additions, 0 deletionslibc/pthread.cc
- libc/shm.cc 12 additions, 0 deletionslibc/shm.cc
- libc/string/memcpy.c 10 additions, 0 deletionslibc/string/memcpy.c
Loading
Please register or sign in to comment