Ariadne Conill
e603fd7239
riscv64: fix getcontext/swapcontext return values
ci/woodpecker/push/woodpecker Pipeline was successful
Details
2024-08-07 19:15:42 -07:00
Ariadne Conill
fb1d203677
everywhere: drop _GNU_SOURCE requirement
2021-03-09 00:25:13 -07:00
osy
f3e1b876c7
project: move freestanding include headers
...
This is needed because in libucontext.h we include "libucontext/bits.h".
We therefore need to have bits.h in somepath/libucontext/bits.h. In the
Makefile, somepath/freestanding/bits.h was copied to the right path but
in the meson build system, the include copy happens at the end.
2021-03-08 13:02:27 -08:00
Ariadne Conill
09f78ddc28
alias __makecontext too
2021-01-08 10:37:27 +00:00
osy
f7eed30132
build: guard _GNU_SOURCE define if build system defines it
2021-01-08 03:16:05 -07:00
osy
d31c95a11a
build: remove -DLIBUCONTEXT_ASSEMBLY
...
Meson does not support separate defines for .S compile.
2021-01-08 03:11:25 -07:00
osy
73d5e101ad
build: respect EXPORT_UNPREFIXED for libucontext_makecontext
2021-01-08 03:02:43 -07:00
osy
e1e6508af2
defs: use register output only for FETCH_LINKPTR
2021-01-08 02:59:43 -07:00
Ariadne Conill
39a2958561
add previous ABI symbols
2021-01-08 02:30:50 -07:00
Ariadne Conill
d81154a61c
riscv64: port to C trampoline
2020-12-12 00:08:48 -07:00
Ariadne Conill
11a40293be
riscv64: simplify the context swapping
2020-12-12 07:05:09 +00:00
Ariadne Conill
0c6077854a
riscv64: add freestanding port
2020-12-06 06:10:00 -07:00
Ariadne Conill
c31decc3d4
build: use internal definitions to replace things pulled in from ucontext.h
2020-12-06 03:44:45 -06:00
Ariadne Conill
e65e485630
everywhere: rename __swapcontext to libucontext_swapcontext
2020-12-06 03:04:22 -06:00
Ariadne Conill
37fe7afd5f
everywhere: rename __setcontext to libucontext_setcontext
2020-12-06 03:03:07 -06:00
Ariadne Conill
99ed5bbe12
everywhere: rename __getcontext to libucontext_getcontext
2020-12-06 03:02:25 -06:00
Ariadne Conill
2f31efaa95
everywhere: rename __start_context to better descriptive libucontext_trampoline
2020-12-06 02:59:59 -06:00
Ariadne Conill
c693dc663c
rename __makecontext to libucontext_makecontext
2020-12-06 02:56:59 -06:00
Ariadne Conill
a6e76834d7
riscv64: align ucontext register access with musl 1.2 headers
2020-12-05 20:07:34 -07:00
Drew DeVault
5928947223
riscv64: fix PIC-incompatible assembly
2020-12-05 18:53:49 -07:00
Ariadne Conill
b1ea2ae83b
everywhere: use ucontext.h instead of signal.h for pulling in ucontext definitions
...
This allows building libucontext against newlib.
2020-12-04 11:19:02 -07:00
Ariadne Conill
34472b8884
riscv64: chase musl ab3eb89a8b83353cdaab12ed017a67a7730f90e9 changes
2020-12-03 18:25:04 -07:00
Ariadne Conill
e11fa34822
riscv64: add makecontext() and __start_context() trampoline
2020-05-18 03:19:22 +00:00
Ariadne Conill
e9308ef58f
riscv64: add swapcontext
2020-05-18 02:48:28 +00:00
Ariadne Conill
e32eb6ef59
riscv64: implement getcontext/setcontext
2020-05-18 02:43:27 +00:00
Ariadne Conill
4d42f482dc
riscv64: add architectural defines
2020-05-18 02:19:14 +00:00