public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
To: 'GNU C Library' <libc-alpha@sourceware.org>
Cc: Szabolcs Nagy <Szabolcs.Nagy@arm.com>
Subject: [PATCH] AArch64: Sort makefile entries
Date: Wed, 1 Jun 2022 17:12:55 +0000	[thread overview]
Message-ID: <DB6PR0801MB187905C8B36F076F88D05F1E83DF9@DB6PR0801MB1879.eurprd08.prod.outlook.com> (raw)

Sort makefile entries to reduce conflicts.

---
diff --git a/sysdeps/aarch64/multiarch/Makefile b/sysdeps/aarch64/multiarch/Makefile
index 490aaa0faf1e74fb7014e2ed6b574d92b8b83637..16297192ee8375ea1470d7b1f7e728a6dd0fd704 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


             reply	other threads:[~2022-06-01 17:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 17:12 Wilco Dijkstra [this message]
2022-06-01 17:15 ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB6PR0801MB187905C8B36F076F88D05F1E83DF9@DB6PR0801MB1879.eurprd08.prod.outlook.com \
    --to=wilco.dijkstra@arm.com \
    --cc=Szabolcs.Nagy@arm.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).