contrib: make sure loaders use correct arch
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
c6e07051e6
commit
9a76c68563
|
@ -19,6 +19,7 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
.arch m4k
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.syntax unified
|
.syntax unified
|
||||||
|
.cpu cortex-m3
|
||||||
.thumb
|
.thumb
|
||||||
.thumb_func
|
.thumb_func
|
||||||
.global write
|
.global write
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.arm
|
.arm
|
||||||
|
.arch armv4t
|
||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
/*
|
/*
|
||||||
r0 source address
|
r0 source address
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.arm
|
.arm
|
||||||
|
.arch armv5t
|
||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
/*
|
/*
|
||||||
r0 source address (in)
|
r0 source address (in)
|
||||||
|
|
Loading…
Reference in New Issue