]> sourceware.org Git - newlib-cygwin.git/commitdiff
Use .syntax unified instead of .syntax divided. cygwin-2_8_0-release
authorCatherine Moore <clm@codesourcery.com>
Thu, 30 Mar 2017 14:26:23 +0000 (07:26 -0700)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Mar 2017 15:18:12 +0000 (17:18 +0200)
newlib/libc/machine/arm/aeabi_memmove-arm.S
newlib/libc/machine/arm/aeabi_memset-arm.S

index e6e9639fa3a0586518372f31e613a668d18055da..541444dd0a62513a85a17ced3a5a254052bf80af 100644 (file)
@@ -27,7 +27,7 @@
  */
 
        .arm
-       .syntax divided
+       .syntax unified
        .global __aeabi_memmove
        .type   __aeabi_memmove, %function
        ASM_ALIAS __aeabi_memmove4 __aeabi_memmove
index 0f91e3a2697cc7a4bea5157711e89392c449282a..1c7bec5a001d800c40339f48bb09a27abf51dbba 100644 (file)
@@ -27,7 +27,7 @@
  */
 
        .arm
-       .syntax divided
+       .syntax unified
        .global __aeabi_memset
        .type   __aeabi_memset, %function
        ASM_ALIAS __aeabi_memset4 __aeabi_memset
This page took 0.032089 seconds and 5 git commands to generate.