aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2017-03-30 07:26:23 -0700
committerCorinna Vinschen <corinna@vinschen.de>2017-03-30 17:18:12 +0200
commit571c69656aad95df54a8c42e7b33f961a35dbef6 (patch)
tree1519ce32cd596b0fff6208fb0ee15c13ddecf938 /newlib/libc/machine
parent577c9d55da5dd68d26a1a62143471571cf481119 (diff)
downloadnewlib-571c69656aad95df54a8c42e7b33f961a35dbef6.zip
newlib-571c69656aad95df54a8c42e7b33f961a35dbef6.tar.gz
newlib-571c69656aad95df54a8c42e7b33f961a35dbef6.tar.bz2
Use .syntax unified instead of .syntax divided.cygwin-2_8_0-release
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/arm/aeabi_memmove-arm.S2
-rw-r--r--newlib/libc/machine/arm/aeabi_memset-arm.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/arm/aeabi_memmove-arm.S b/newlib/libc/machine/arm/aeabi_memmove-arm.S
index e6e9639..541444d 100644
--- a/newlib/libc/machine/arm/aeabi_memmove-arm.S
+++ b/newlib/libc/machine/arm/aeabi_memmove-arm.S
@@ -27,7 +27,7 @@
*/
.arm
- .syntax divided
+ .syntax unified
.global __aeabi_memmove
.type __aeabi_memmove, %function
ASM_ALIAS __aeabi_memmove4 __aeabi_memmove
diff --git a/newlib/libc/machine/arm/aeabi_memset-arm.S b/newlib/libc/machine/arm/aeabi_memset-arm.S
index 0f91e3a..1c7bec5 100644
--- a/newlib/libc/machine/arm/aeabi_memset-arm.S
+++ b/newlib/libc/machine/arm/aeabi_memset-arm.S
@@ -27,7 +27,7 @@
*/
.arm
- .syntax divided
+ .syntax unified
.global __aeabi_memset
.type __aeabi_memset, %function
ASM_ALIAS __aeabi_memset4 __aeabi_memset