public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] support: arm: Add libc_do_syscall function to libsupport routines
@ 2021-03-15 15:47 Lukasz Majewski
  2021-03-15 15:55 ` Florian Weimer
  0 siblings, 1 reply; 11+ messages in thread
From: Lukasz Majewski @ 2021-03-15 15:47 UTC (permalink / raw)
  To: Joseph Myers, Adhemerval Zanella
  Cc: Paul Eggert, Arnd Bergmann, GNU C Library, Florian Weimer,
	Carlos O'Donell, Lukasz Majewski

The ARM port requires the __libc_do_syscall function to be able to call
utimensat_time64 syscall required to check if file system supports 64
bit time.

This patch adds the sysdeps/unix/sysv/linux/arm/libc-do-syscall.S to
libsupport routines.

It fixes the following error on ARM 32 bit port:

y2038-glibc/support/support_path_support_time64.c:34: undefined reference to
`__libc_do_syscall'
collect2: error: ld returned 1 exit status
---
 sysdeps/unix/sysv/linux/arm/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
index abdf01f00c..2344e74554 100644
--- a/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/Makefile
@@ -55,6 +55,11 @@ LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o
 LDFLAGS-tst-rfc3484-3 += $(common-objpfx)csu/libc-do-syscall.o
 endif
 
+ifeq ($(subdir),support)
+libsupport-sysdep_routines += libc-do-syscall
+libsupport-static-only-routines += libc-do-syscall
+endif
+
 abi-variants := soft hard
 
 ifeq (,$(filter $(default-abi),$(abi-variants)))
-- 
2.20.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-03-16 15:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 15:47 [PATCH] support: arm: Add libc_do_syscall function to libsupport routines Lukasz Majewski
2021-03-15 15:55 ` Florian Weimer
2021-03-15 22:14   ` Lukasz Majewski
2021-03-16  5:10     ` Florian Weimer
2021-03-16  9:06       ` Lukasz Majewski
2021-03-16 12:46       ` Adhemerval Zanella
2021-03-16 13:17         ` Adhemerval Zanella
2021-03-16 14:17         ` Lukasz Majewski
2021-03-16 14:25           ` Adhemerval Zanella
2021-03-16 14:28           ` Florian Weimer
2021-03-16 15:36             ` Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).