forked from Imagelibrary/rtems
2009-03-02 Ray Xu <rayx.cn@gmail.com>
* shared/irq/irq_asm.S: Newer compilers handle alignment better.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user