mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 13:42:37 -04:00
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
6 lines
163 B
Makefile
6 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${LIBC_SRCTOP}/powerpc/gen
|
|
|
|
SRCS += _ctx_start.S eabi.S infinity.c ldexp.c makecontext.c \
|
|
signalcontext.c syncicache.c trivial-getcontextx.c
|