about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-03-02 20:43:10 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-03-03 09:38:41 -0800
commit13089d4cf22a117889888224a6ef29ccb580bdc8 (patch)
tree847dbcf5270dd0dbc0db7d4a1af527c6f731f012 /sysdeps/unix/sysv/linux
parent42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08 (diff)
downloadglibc-13089d4cf22a117889888224a6ef29ccb580bdc8.tar.gz
glibc-13089d4cf22a117889888224a6ef29ccb580bdc8.tar.xz
glibc-13089d4cf22a117889888224a6ef29ccb580bdc8.zip
i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]
Remove libc-do-syscall from sysdep-dl-routines added by:

commit 3b33d6ed6096c1d20d05a650b06026d673f7399a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Sun Jan 8 11:38:23 2017 -0200

    Rework -fno-omit-frame-pointer support on i386

and use auto-generated io/rtld-libc-do-syscall.os instead.  This fixes
BZ #28936.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/i386/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile
index b66f8a7b41..fcab129fc1 100644
--- a/sysdeps/unix/sysv/linux/i386/Makefile
+++ b/sysdeps/unix/sysv/linux/i386/Makefile
@@ -8,7 +8,6 @@ tests += tst-bz21269
 endif
 
 ifeq ($(subdir),elf)
-sysdep-dl-routines += libc-do-syscall
 sysdep-others += lddlibc4
 install-bin += lddlibc4
 endif