summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/__aeabi_read_tp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-26arm: Improve Doxygen file commentsSebastian Huber1-0/+8
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-3/+3
Update #3835.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-04Add thread-local storage (TLS) supportSebastian Huber1-0/+44
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.