diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-07-28 14:29:19 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-08-05 19:45:09 +0100 |
commit | 9ed39f584efdd5be1fcf6551219d3b6c53c15e80 (patch) | |
tree | 843e6b9ab4bcdb4ec3143bcc7cdd8b05912e077d /sysdeps | |
parent | 9f22387b9587530c264a925e96b6a88c79fdc25f (diff) | |
download | glibc-9ed39f584efdd5be1fcf6551219d3b6c53c15e80.zip glibc-9ed39f584efdd5be1fcf6551219d3b6c53c15e80.tar.gz glibc-9ed39f584efdd5be1fcf6551219d3b6c53c15e80.tar.bz2 |
aarch64: don't build wordcopy
Use an empty wordcopy.c to avoid building the generic one.
It does not seem to be used anywhere.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/aarch64/wordcopy.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c new file mode 100644 index 0000000..f1a5d9d --- /dev/null +++ b/sysdeps/aarch64/wordcopy.c @@ -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/>. */ |