summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/__tls_get_addr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix TLS support for some code modelsSebastian Huber2023-09-151-1/+1
| | | | | | | | Store symbols with an arbitrary absolute address such as _TLS_Size, _TLS_Alignment, _TLS_Data_size, and _TLS_BSS_size in an object to avoid issues with some code models. Update #4953.
* arm: Improve Doxygen file commentsSebastian Huber2023-05-261-0/+8
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-141-3/+3
| | | | Update #3835.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* arm: Include proper header fileSebastian Huber2015-07-231-3/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-0/+35
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.