libucontext/arch
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
..
aarch64 arch: add aarch64 port 2018-01-31 21:23:18 +00:00
arm arch: arm: add armv6+ port 2018-01-31 04:11:46 +00:00
ppc ppc32/64: don't store uc_link on the stack 2019-04-05 14:15:49 -05:00
ppc64 ppc32/64: don't store uc_link on the stack 2019-04-05 14:15:49 -05:00
s390x arch: add s390x port 2018-02-15 05:54:17 +00:00
x86 x86: trampoline: fix GOT clobbering, pointed out by fabled 2018-02-15 04:32:16 +00:00
x86_64 Reorder registers in other x86_64 assembler files 2018-07-19 17:18:19 -05:00