]> git.ipfire.org Git - thirdparty/glibc.git/commit
or1k: Thread Local Storage support
authorStafford Horne <shorne@gmail.com>
Tue, 19 Oct 2021 21:48:48 +0000 (06:48 +0900)
committerStafford Horne <shorne@gmail.com>
Tue, 4 Jan 2022 21:40:06 +0000 (06:40 +0900)
commit96882a00ceec91edd7e595bbd2c4d047774bf1e6
treedd8bafe52bbdfe25819ef597996319c6eecb608f
parentde5c0edc804b6f2b09c05a0bde1e6679d57e4ca4
or1k: Thread Local Storage support

OpenRISC includes 3 TLS addressing models.  Local Dynamic optimizations
are not done in the linker and therefore use the same code sequences as
Global Dynamic.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/or1k/dl-tls.h [new file with mode: 0644]
sysdeps/or1k/libc-tls.c [new file with mode: 0644]
sysdeps/or1k/nptl/tls.h [new file with mode: 0644]
sysdeps/or1k/stackinfo.h [new file with mode: 0644]