summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/__tls_get_addr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-07-23arm: Include proper header fileSebastian Huber1-3/+3
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/+35
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.