aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/memmove.S
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2020-04-01 09:52:37 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-07-08 15:02:37 +0100
commit2a4c2dde4918c2c4e443e8328eab97db2c26e327 (patch)
tree62ba2f72fd056ef19d02fc92ce9a717382204909 /sysdeps/aarch64/memmove.S
parent1b0a4f58f5b10cf6d5ad10ee8d81772c5bd29248 (diff)
downloadglibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar
glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.gz
glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.bz2
glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.zip
aarch64: Rename place holder .S files to .c
The compiler can add required elf markings based on CFLAGS but the assembler cannot, so using C code for empty files creates less of a maintenance problem. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/aarch64/memmove.S')
-rw-r--r--sysdeps/aarch64/memmove.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/memmove.S b/sysdeps/aarch64/memmove.S
deleted file mode 100644
index 0feeac8414..0000000000
--- a/sysdeps/aarch64/memmove.S
+++ /dev/null
@@ -1 +0,0 @@
-/* memmove is part of memcpy.S. */