mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-03 03:45:50 +03:00
a4db94ab78
incomplete but at least partly working. requires all files to be compiled in the new "secure" plt model, not the old one that put plt code in the data segment. TLS is untested but may work. invoking the dynamic linker explicitly to load a program does not yet handle argv correctly.