riscv32: decouple from riscv64
commit1be78c337c45d8a090ae9c658a9146b5ada620b1
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 3 Mar 2024 04:15:14 +0000 (3 05:15 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 3 Mar 2024 04:15:50 +0000 (3 05:15 +0100)
treec2057ff3b5fd25856e39916a64acd4cb642926d7
parent5e99f71185dc0ef42d4e8c9972cf57f76df5df04
riscv32: decouple from riscv64
36 files changed:
libc/sysdeps/linux/riscv32/Makefile [new file with mode: 0644]
libc/sysdeps/linux/riscv32/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/riscv32/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/sigcontext.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/uClibc_page.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bsd-_setjmp.c [new file with mode: 0644]
libc/sysdeps/linux/riscv32/bsd-setjmp.c [new file with mode: 0644]
libc/sysdeps/linux/riscv32/cache.c [new file with mode: 0644]
libc/sysdeps/linux/riscv32/clone.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/crti.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/getcontext.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/jmpbuf-offsets.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/jmpbuf-unwind.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/setcontext.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/swapcontext.S [new file with mode: 0644]
libc/sysdeps/linux/riscv32/sys/asm.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/riscv32/vfork.S [new file with mode: 0644]