mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 610c5a8524 changed the thread
pointer setup so tp points at the end of the pthread struct on arm,
but failed to update __aeabi_read_tp so it was off by 8.
this broke tls access in code that is compiled with -mtp=soft, which
is the default when target arch is pre armv6k or thumb1.
maintainer's note: no release versions are affected.
master
committed by
Rich Felker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue