Files
rtems/cpukit/score/cpu
Daniel Krueger a6c5a7e0b6 arm: Align ARM exception frame to 8 bytes
The stack pointer must be aligned on 8 byte boundary on ARM, so the size of
the exception frame must be a multiple of 8 bytes. Otherwise we might/will
get an alignment fault, when executing code in the data abort handler for
example.

Close #2318.

Signed-off-by: Daniel Krueger <daniel.krueger@systec-electronic.com>
2015-04-10 08:12:14 +02:00
..
2015-03-16 16:24:18 -04:00