about summary refs log tree commit diff
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-06-12 14:34:39 +0100
commit26245e2725ad815bbfcd18f58515de4a88cc03e0 (patch)
treef030825f7ef181f93c34147b15e10fecce348e78
parentf440d0a804e5e6e6dbc46aee66afb206d88389e8 (diff)
downloadglibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.tar.gz
glibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.tar.xz
glibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.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>
-rw-r--r--sysdeps/aarch64/bsd-_setjmp.c (renamed from sysdeps/aarch64/bsd-_setjmp.S)0
-rw-r--r--sysdeps/aarch64/bsd-setjmp.c (renamed from sysdeps/aarch64/bsd-setjmp.S)0
-rw-r--r--sysdeps/aarch64/memmove.c (renamed from sysdeps/aarch64/memmove.S)0
3 files changed, 0 insertions, 0 deletions
diff --git a/sysdeps/aarch64/bsd-_setjmp.S b/sysdeps/aarch64/bsd-_setjmp.c
index 4e6a2da560..4e6a2da560 100644
--- a/sysdeps/aarch64/bsd-_setjmp.S
+++ b/sysdeps/aarch64/bsd-_setjmp.c
diff --git a/sysdeps/aarch64/bsd-setjmp.S b/sysdeps/aarch64/bsd-setjmp.c
index 1da848d2f1..1da848d2f1 100644
--- a/sysdeps/aarch64/bsd-setjmp.S
+++ b/sysdeps/aarch64/bsd-setjmp.c
diff --git a/sysdeps/aarch64/memmove.S b/sysdeps/aarch64/memmove.c
index 0feeac8414..0feeac8414 100644
--- a/sysdeps/aarch64/memmove.S
+++ b/sysdeps/aarch64/memmove.c