summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/splinkersets01/items.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* splinkersets01: Test linker sets in librarySebastian Huber2021-06-101-31/+0
| | | | | Make sure that the linker sets work if placed in a library (this is how they are used in RTEMS).
* 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
* sptests/splinkersets01: Fix for small-data areaSebastian Huber2016-08-101-6/+6
|
* sptests/splinkersets01: Fix warningsSebastian Huber2016-08-081-7/+7
|
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-021-0/+8
| | | | | | | | | | | The newly created macro adds any kind of variable into a linker set. It allows (for example) the saving an execution state of a function using the following method: - put a group of different variables into one linker set - save the memory area containing the group of variables before the execution of a function - restore the memory area after the function has been executed
* Add RTEMS linker setsSebastian Huber2015-12-081-0/+23
Update #2408.