libucontext/arch/ppc64
Bobby Bingham b500b054c7 ppc32/64: don't store uc_link on the stack
This was previously stored either in the CR (ppc64) or LR (ppc32) save
area of the stack, or to one of the parameter save slots.

In either case, the saved value was unused.  This value is also passed
to __start_context via r31, so there's no need to pass it on the stack.
2019-04-05 14:15:49 -05:00
..
defs.h arch: ppc64: now working 2018-02-06 08:05:53 +00:00
getcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00
makecontext.c ppc32/64: don't store uc_link on the stack 2019-04-05 14:15:49 -05:00
setcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00
startcontext.S ppc64: trampoline: cleanups 2018-02-15 04:36:47 +00:00
swapcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00