opnsense-src/lib/libc/riscv/gen
John Baldwin ae67737a4c libc: Remove _get_tp() and _set_tp().
Their uses have been replaced by _tcb_get() and _tcb_set() from
<machine/tls.h>.

Reviewed by:	kib, jrtc27
Sponsored by:	The University of Cambridge, Google Inc.
Differential Revision:	https://reviews.freebsd.org/D33354
2021-12-09 13:23:26 -08:00
..
_ctx_start.S
_setjmp.S Use a single 'ld' to read the jmpbuf magic values instead of 'la; ld'. 2019-12-04 20:50:49 +00:00
fabs.S riscv: Fix whitespace issues in fabs added in 524b018d20 2021-03-01 15:19:36 +00:00
flt_rounds.c Replace SOFTFLOAT with __riscv_float_abi_*. 2018-04-19 20:36:15 +00:00
fpgetmask.c libc: Provide sub fp(s|g)etmask() implementations for RISC-V 2020-08-03 12:48:51 +00:00
fpsetmask.c libc: Provide sub fp(s|g)etmask() implementations for RISC-V 2020-08-03 12:48:51 +00:00
infinity.c
makecontext.c
Makefile.inc libc: Remove _get_tp() and _set_tp(). 2021-12-09 13:23:26 -08:00
setjmp.S Check the magic value in longjmp() before calling sigprocmask(). 2020-04-21 17:40:23 +00:00
sigsetjmp.S Use "far" calls and branches so that lld uses valid relocations. 2019-12-04 21:01:13 +00:00