about summary refs log tree commit diff
path: root/sysdeps/aarch64/bsd-setjmp.c
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-08 15:02:37 +0100
commit2a4c2dde4918c2c4e443e8328eab97db2c26e327 (patch)
tree62ba2f72fd056ef19d02fc92ce9a717382204909 /sysdeps/aarch64/bsd-setjmp.c
parent1b0a4f58f5b10cf6d5ad10ee8d81772c5bd29248 (diff)
downloadglibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.gz
glibc-2a4c2dde4918c2c4e443e8328eab97db2c26e327.tar.xz
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.c1
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..1da848d2f1
--- /dev/null
+++ b/sysdeps/aarch64/bsd-setjmp.c
@@ -0,0 +1 @@
+/* setjmp is in setjmp.S  */