about summary refs log tree commit diff
path: root/sysdeps/aarch64/memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-081-0/+1
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>