about summary refs log tree commit diff
path: root/sysdeps/or1k/nptl
Commit message (Collapse)AuthorAgeFilesLines
* or1k: Linux ABIStafford Horne2022-01-051-0/+36
| | | | Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* or1k: Thread Local Storage supportStafford Horne2022-01-051-0/+184
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>