[PATCH v3 06/13] aarch64: Rename place holder .S files to .c
Szabolcs Nagy
szabolcs.nagy@arm.com
Fri May 15 14:40:50 GMT 2020
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>
---
sysdeps/aarch64/{bsd-_setjmp.S => bsd-_setjmp.c} | 0
sysdeps/aarch64/{bsd-setjmp.S => bsd-setjmp.c} | 0
sysdeps/aarch64/{memmove.S => memmove.c} | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename sysdeps/aarch64/{bsd-_setjmp.S => bsd-_setjmp.c} (100%)
rename sysdeps/aarch64/{bsd-setjmp.S => bsd-setjmp.c} (100%)
rename sysdeps/aarch64/{memmove.S => memmove.c} (100%)
diff --git a/sysdeps/aarch64/bsd-_setjmp.S b/sysdeps/aarch64/bsd-_setjmp.c
similarity index 100%
rename from sysdeps/aarch64/bsd-_setjmp.S
rename to sysdeps/aarch64/bsd-_setjmp.c
diff --git a/sysdeps/aarch64/bsd-setjmp.S b/sysdeps/aarch64/bsd-setjmp.c
similarity index 100%
rename from sysdeps/aarch64/bsd-setjmp.S
rename to sysdeps/aarch64/bsd-setjmp.c
diff --git a/sysdeps/aarch64/memmove.S b/sysdeps/aarch64/memmove.c
similarity index 100%
rename from sysdeps/aarch64/memmove.S
rename to sysdeps/aarch64/memmove.c
--
2.17.1
More information about the Libc-alpha
mailing list