diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-04-01 09:52:37 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-06-12 14:34:39 +0100 |
commit | 26245e2725ad815bbfcd18f58515de4a88cc03e0 (patch) | |
tree | f030825f7ef181f93c34147b15e10fecce348e78 | |
parent | f440d0a804e5e6e6dbc46aee66afb206d88389e8 (diff) | |
download | glibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.zip glibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.tar.gz glibc-26245e2725ad815bbfcd18f58515de4a88cc03e0.tar.bz2 |
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 4e6a2da..4e6a2da 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 1da848d..1da848d 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 0feeac8..0feeac8 100644 --- a/sysdeps/aarch64/memmove.S +++ b/sysdeps/aarch64/memmove.c |