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
Daniel Kolesa
4801f0bdd8
all: mark the trampoline symbol hidden
...
this should not be a part of the public ABI
2021-01-08 15:17:13 +01:00
Ariadne Conill
e4233715f3
mips: use PROC_NAME where appropriate
2021-01-08 03:10:10 -07:00
Ariadne Conill
39a2958561
add previous ABI symbols
2021-01-08 02:30:50 -07:00
Ariadne Conill
20fd2b6f52
mips64: add freestanding port
2020-12-06 06:24:50 -07: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
08e8a41d6c
mips64: use REG_OFFSET
2020-03-30 04:05:00 +00:00
Ariadne Conill
8631580fbb
mips64: use ALIAS() macro for aliases
2020-03-29 14:37:13 +00:00
Ariadne Conill
fd32a2fa8c
common: factor out .ent handling
2020-03-29 14:03:18 +00:00
Ariadne Conill
2f4eb16f38
mips64: factor out frame management macros into arch/common/common-defs.h
2020-03-29 13:49:57 +00:00
Ariadne Conill
7c60f4576c
mips64: elide emulation of the magic flag crap glibc does
2020-03-29 13:40:32 +00:00
Ariadne Conill
80a6ca3854
add mips64 implementation
2020-03-29 12:05:52 +00:00