From 60f0f2130d30cfd008ca39743027f1e200592dff Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 4 May 2022 15:37:21 +0200 Subject: i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls Introduce an int-80h-based version of __libc_do_syscall and use it if I386_USE_SYSENTER is defined as 0. Reviewed-by: H.J. Lu --- sysdeps/unix/sysv/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/i386/Makefile') diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index fcab129fc1..598e27dcda 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -13,7 +13,7 @@ install-bin += lddlibc4 endif ifeq ($(subdir),io) -sysdep_routines += libc-do-syscall +sysdep_routines += libc-do-syscall libc-do-syscall-int80 endif ifeq ($(subdir),stdlib) -- cgit 1.4.1