Use .syntax unified instead of .syntax divided.

This commit is contained in:
Catherine Moore 2017-03-30 07:26:23 -07:00 committed by Corinna Vinschen
parent 577c9d55da
commit 571c69656a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
*/
.arm
.syntax divided
.syntax unified
.global __aeabi_memmove
.type __aeabi_memmove, %function
ASM_ALIAS __aeabi_memmove4 __aeabi_memmove

View File

@ -27,7 +27,7 @@
*/
.arm
.syntax divided
.syntax unified
.global __aeabi_memset
.type __aeabi_memset, %function
ASM_ALIAS __aeabi_memset4 __aeabi_memset