]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: don't build wordcopy
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 28 Jul 2022 13:29:19 +0000 (14:29 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 5 Aug 2022 18:45:09 +0000 (19:45 +0100)
Use an empty wordcopy.c to avoid building the generic one.
It does not seem to be used anywhere.

sysdeps/aarch64/wordcopy.c [new file with mode: 0644]

diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c
new file mode 100644 (file)
index 0000000..f1a5d9d
--- /dev/null
@@ -0,0 +1,17 @@
+/* Empty file: AArch64 does not use wordcopy functions.
+   Copyright (C) 2022 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */