libucontext/arch/x86
osy 5d66c194a7 x86_64: define reg names if not defined
_GNU_SOURCE can be defined without defining REG_X macros so it is not a
good indicator. (QEMU for example defines it in the build system.) x86
and x86_64 should have consistant looking defs.h so ifndef guards are
added to each REG_X definition.
2021-03-08 14:02:58 -08:00
..
include/libucontext project: move freestanding include headers 2021-03-08 13:02:27 -08:00
defs.h x86_64: define reg names if not defined 2021-03-08 14:02:58 -08:00
getcontext.S add previous ABI symbols 2021-01-08 02:30:50 -07:00
makecontext.c alias __makecontext too 2021-01-08 10:37:27 +00:00
setcontext.S add previous ABI symbols 2021-01-08 02:30:50 -07:00
swapcontext.S add previous ABI symbols 2021-01-08 02:30:50 -07:00
trampoline.c build: remove -DLIBUCONTEXT_ASSEMBLY 2021-01-08 03:11:25 -07:00