diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-04-01 09:52:37 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-07-08 15:02:37 +0100 |
commit | 2a4c2dde4918c2c4e443e8328eab97db2c26e327 (patch) | |
tree | 62ba2f72fd056ef19d02fc92ce9a717382204909 /sysdeps/aarch64/memmove.S | |
parent | 1b0a4f58f5b10cf6d5ad10ee8d81772c5bd29248 (diff) | |
download | glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.zip glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.gz glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.bz2 |
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.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/memmove.S b/sysdeps/aarch64/memmove.S deleted file mode 100644 index 0feeac8..0000000 --- a/sysdeps/aarch64/memmove.S +++ /dev/null @@ -1 +0,0 @@ -/* memmove is part of memcpy.S. */ |