Skip to content

fix(ld_so): for Linux

Anhad Singh requested to merge andypython/relibc:dynamic_linker into master

Fix dynamic linking (on Linux for now) and enable the dynamic tests again.

Main fixes:

Fails on Redox currently because it requires TCB for signals on startup, however it is not setup until the loader has loaded the program and its dependencies. Solutions are being discussed for this.

Though, I think it should be fine to review/merge this as all of the Linux tests are compiling and passing.

Signed-off-by: Anhad Singh andypython@protonmail.com

Merge request reports