Use .syntax unified instead of .syntax divided.
This commit is contained in:
parent
577c9d55da
commit
571c69656a
@ -27,7 +27,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.arm
|
.arm
|
||||||
.syntax divided
|
.syntax unified
|
||||||
.global __aeabi_memmove
|
.global __aeabi_memmove
|
||||||
.type __aeabi_memmove, %function
|
.type __aeabi_memmove, %function
|
||||||
ASM_ALIAS __aeabi_memmove4 __aeabi_memmove
|
ASM_ALIAS __aeabi_memmove4 __aeabi_memmove
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.arm
|
.arm
|
||||||
.syntax divided
|
.syntax unified
|
||||||
.global __aeabi_memset
|
.global __aeabi_memset
|
||||||
.type __aeabi_memset, %function
|
.type __aeabi_memset, %function
|
||||||
ASM_ALIAS __aeabi_memset4 __aeabi_memset
|
ASM_ALIAS __aeabi_memset4 __aeabi_memset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user