kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

Meson build system issue for the `loongarch64` and `x86` architectures #64

Open VolkerChristian opened 1 month ago

VolkerChristian commented 1 month ago

The build system is currently broken for loongarch64 and x86. They need to use startcontext.S instead of trampoline.c. Fixed in pull request #63.

barracuda156 commented 2 weeks ago

@VolkerChristian Just in case, do you happen to know what is needed to fix this? https://github.com/kaniini/libucontext/issues/65 Besides the obvious: use ABI-compatible syntax. I am somewhat confused by a number of registers the source uses there.

kaniini commented 2 days ago

@VolkerChristian i'll roll a 1.3.2 release with this this weekend!