* shared/irq/irq_asm.S: Newer compilers handle alignment better.
This commit is contained in:
Joel Sherrill
2009-03-02 17:10:31 +00:00
parent b900586702
commit bdc8d46647
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-03-02 Ray Xu <rayx.cn@gmail.com>
* shared/irq/irq_asm.S: Newer compilers handle alignment better.
2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/startup/linkcmds.rom: New file

View File

@@ -147,7 +147,7 @@ _ISR_Dispatch:
/* we don't save lr, since */
/* it's just going to get */
/* overwritten */
nop /* made _ISR_Dispatch_p_4 4-word align */
//nop /* made _ISR_Dispatch_p_4 4-word align */ /*recent compiler have a better support for pad*/
#else
.code 32
stmdb sp!, {r0-r3, r12,lr} /* save regs on SVC stack */