diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-04-01 09:52:37 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-07-08 15:02:37 +0100 |
commit | 2a4c2dde4918c2c4e443e8328eab97db2c26e327 (patch) | |
tree | 62ba2f72fd056ef19d02fc92ce9a717382204909 /sysdeps/aarch64/bsd-_setjmp.c | |
parent | 1b0a4f58f5b10cf6d5ad10ee8d81772c5bd29248 (diff) | |
download | glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.gz glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.bz2 glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.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>
Diffstat (limited to 'sysdeps/aarch64/bsd-_setjmp.c')
-rw-r--r-- | sysdeps/aarch64/bsd-_setjmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/bsd-_setjmp.c b/sysdeps/aarch64/bsd-_setjmp.c new file mode 100644 index 0000000000..4e6a2da560 --- /dev/null +++ b/sysdeps/aarch64/bsd-_setjmp.c @@ -0,0 +1 @@ +/* _setjmp is in setjmp.S */ |