Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: Align stack to 8 bytes | Vitaly Kuzmichev | 2010-06-22 | -0/+1 |
| | | | | | | | | | | | | | The ARM ABI requires that the stack be aligned to 8 bytes as it is noted in Procedure Call Standard for the ARM Architecture: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/index.html Unaligned SP also causes the problem with variable-length arrays allocation when VLA address becomes less than stack pointer during aligning of this address, so the next 'push' in the stack overwrites first 4 bytes of VLA. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com> | |||
* | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | 2010-04-13 | -0/+559 |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |