summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/__aeabi_read_tp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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/+44
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.