riscv32: add basic support for NPTL
commit5f662ea93f1229f2cd9df67a27cc850bc856c75b
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 3 Mar 2024 08:45:27 +0000 (3 09:45 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 3 Mar 2024 08:45:27 +0000 (3 09:45 +0100)
tree14d6bb27b89203eea5ec153e0a9a2a047debb0e9
parentc07daae85e85e6e5db12d671ae85e08e182bc94f
riscv32: add basic support for NPTL
16 files changed:
libpthread/nptl/sysdeps/riscv32/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/dl-tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/libc-tls.c [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/pthread_spin_lock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/pthread_spin_trylock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/pthreaddef.h [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/tcb-offsets.sym [new file with mode: 0644]
libpthread/nptl/sysdeps/riscv32/tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/Makefile [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/bits/semaphore.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/createthread.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/fork.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/riscv32/sysdep-cancel.h [new file with mode: 0644]