aboutsummaryrefslogtreecommitdiff
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-07-02 09:27:05 +0100
commit81a0ed9464d3f7f9cb444ed1f76475f3004a01f8 (patch)
treec3a1709c3babd6303f501f46f9a64d848e912f85
parent3492d7d40821a9375baae96d053d3791f30d83f8 (diff)
downloadglibc-81a0ed9464d3f7f9cb444ed1f76475f3004a01f8.tar
glibc-81a0ed9464d3f7f9cb444ed1f76475f3004a01f8.tar.gz
glibc-81a0ed9464d3f7f9cb444ed1f76475f3004a01f8.tar.bz2
glibc-81a0ed9464d3f7f9cb444ed1f76475f3004a01f8.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