summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S (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
2017-02-03sparc: Fix volatile clobberSebastian Huber1-1/+1
Do not adjust the stack pointer, since this is already done by the restor instruction. Update #2270.
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber1-1/+1
Move CPU_Interrupt_frame related defines to <rtems/score/cpuimpl.h>. Update #2809.
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber1-1/+1
Rename SPARC-specific CPU_Minimum_stack_frame to SPARC_Minimum_stack_frame. Rename SPARC-specific CPU_MINIMUM_STACK_FRAME_SIZE to SPARC_MINIMUM_STACK_FRAME_SIZE. Update #2809.
2015-05-21sparc: Add support for sptests/spcontext01Alexander Krutwig1-0/+156
Implement _CPU_Context_validate() and _CPU_Context_volatile_clobber(). Update #2270.