summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/splinkersets01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sptests/splinkersets01: Fix for small-data areaSebastian Huber2016-08-102-12/+12
|
* sptests/splinkersets01: Fix warningsSebastian Huber2016-08-083-34/+34
|
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-024-0/+48
| | | | | | | | | | | 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-087-0/+288
Update #2408.