loader: update loader src for armv7-m arch

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver 2011-01-06 10:35:02 +00:00
parent 6a1750e961
commit 7351eecf6a
2 changed files with 6 additions and 4 deletions

View File

@ -26,7 +26,7 @@
.text .text
.syntax unified .syntax unified
.cpu cortex-m3 .arch armv7-m
.thumb .thumb
.thumb_func .thumb_func

View File

@ -21,10 +21,12 @@
***************************************************************************/ ***************************************************************************/
.text .text
.arm .syntax unified
.arch armv4 .arch armv7-m
.thumb
.thumb_func
.section .init .align 2
/* input parameters - */ /* input parameters - */
/* R0 = source address */ /* R0 = source address */