Changeset a6c5a7e0 in rtems for cpukit/score/cpu/arm

Timestamp:
03/17/15 14:02:59 (9 years ago)
Author:
Daniel Krueger <daniel.krueger@…>
Branches:
4.11, 5, master
Children:
a1d6f7a
Parents:
044c7d82
git-author:
Daniel Krueger <daniel.krueger@…> (03/17/15 14:02:59)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/10/15 06:12:14)
Message:

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@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.