From 2a4c2dde4918c2c4e443e8328eab97db2c26e327 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 1 Apr 2020 09:52:37 +0100 Subject: 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 --- sysdeps/aarch64/memmove.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/aarch64/memmove.c (limited to 'sysdeps/aarch64/memmove.c') diff --git a/sysdeps/aarch64/memmove.c b/sysdeps/aarch64/memmove.c new file mode 100644 index 0000000000..0feeac8414 --- /dev/null +++ b/sysdeps/aarch64/memmove.c @@ -0,0 +1 @@ +/* memmove is part of memcpy.S. */ -- cgit 1.4.1