public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] AArch64: Sort makefile entries
@ 2022-06-07 15:59 Wilco Dijkstra
  0 siblings, 0 replies; only message in thread
From: Wilco Dijkstra @ 2022-06-07 15:59 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eea282d9c665392d6959f6d7112ba4bef27701c9

commit eea282d9c665392d6959f6d7112ba4bef27701c9
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Tue Jun 7 16:45:46 2022 +0100

    AArch64: Sort makefile entries
    
    Sort makefile entries to reduce conflicts.

Diff:
---
 sysdeps/aarch64/multiarch/Makefile | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/sysdeps/aarch64/multiarch/Makefile b/sysdeps/aarch64/multiarch/Makefile
index 490aaa0faf..16297192ee 100644
--- a/sysdeps/aarch64/multiarch/Makefile
+++ b/sysdeps/aarch64/multiarch/Makefile
@@ -1,8 +1,20 @@
 ifeq ($(subdir),string)
-sysdep_routines += memcpy_generic memcpy_advsimd memcpy_thunderx memcpy_thunderx2 \
-		   memcpy_falkor memcpy_a64fx memcpy_sve \
-		   memset_generic memset_falkor memset_emag memset_kunpeng \
-		   memset_a64fx \
-		   memchr_generic memchr_nosimd \
-		   strlen_mte strlen_asimd
+sysdep_routines += \
+  memchr_generic \
+  memchr_nosimd \
+  memcpy_a64fx \
+  memcpy_advsimd \
+  memcpy_falkor \
+  memcpy_generic \
+  memcpy_sve \
+  memcpy_thunderx \
+  memcpy_thunderx2 \
+  memset_a64fx \
+  memset_emag \
+  memset_falkor \
+  memset_generic \
+  memset_kunpeng \
+  strlen_asimd \
+  strlen_mte \
+# sysdep_routines
 endif


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

only message in thread, other threads:[~2022-06-07 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 15:59 [glibc] AArch64: Sort makefile entries Wilco Dijkstra

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).