mirror of https://git.musl-libc.org/git/musl
Browse Source
it does not work; after further consideration, a separate Scrt1.s for pie really is essential. it would be nice if the unified approach worked, but the linker fails to generate the correct PLT entries and instead puts textrels in the main program, which don't work because the kernel maps the text read-only. new Scrt1.s will be committed soon in place of this.rs-1.0
1 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue