[glibc/nsz/pacbti-v7] aarch64: Rename place holder .S files to .c

Szabolcs Nagy nsz@sourceware.org
Wed Jul 8 12:08:47 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7888f2b650699af79188e9d1a3c281a7a3429b95

commit 7888f2b650699af79188e9d1a3c281a7a3429b95
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Apr 1 09:52:37 2020 +0100

    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>

Diff:
---
 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(-)

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


More information about the Glibc-cvs mailing list