opnsense-src/lib/libc/mips/gen
John Baldwin 0b2b653012 Fix makecontext() on MIPS O32.
The GP register can be clobbered by the callback, so save it in S1
while invoking the callback function.

While here, add a comment expounding on the treatment of GP for the
various ABIs and the assumptions made.

Reviewed by:	jmallett (earlier version)
Sponsored by:	DARPA / AFRL
Differential Revision:	https://reviews.freebsd.org/D14179
2018-02-05 18:10:28 +00:00
..
hardfloat
_ctx_start.S Fix makecontext() on MIPS O32. 2018-02-05 18:10:28 +00:00
_set_tp.c
_setjmp.S
fabs.c
fabs.S
flt_rounds.c
infinity.c
ldexp.S
longjmp.c
makecontext.c Remove limitation of 6 arguments for makecontext() on mips. 2018-01-31 18:00:23 +00:00
Makefile.inc
setjmp.S
signalcontext.c
sigsetjmp.S