public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Use .syntax unified instead of .syntax divided.
@ 2017-03-30 15:18 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-03-30 15:18 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=571c69656aad95df54a8c42e7b33f961a35dbef6

commit 571c69656aad95df54a8c42e7b33f961a35dbef6
Author: Catherine Moore <clm@codesourcery.com>
Date:   Thu Mar 30 07:26:23 2017 -0700

    Use .syntax unified instead of .syntax divided.

Diff:
---
 newlib/libc/machine/arm/aeabi_memmove-arm.S | 2 +-
 newlib/libc/machine/arm/aeabi_memset-arm.S  | 2 +-
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-30 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 15:18 [newlib-cygwin] Use .syntax unified instead of .syntax divided Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).