summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
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 Huber
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 Huber
Move CPU_Interrupt_frame related defines to <rtems/score/cpuimpl.h>. Update #2809.
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber
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 Krutwig
Implement _CPU_Context_validate() and _CPU_Context_volatile_clobber(). Update #2270.