]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 3 Mar 2022 04:43:10 +0000 (20:43 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 3 Mar 2022 17:38:41 +0000 (09:38 -0800)
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.

sysdeps/unix/sysv/linux/i386/Makefile

index b66f8a7b4107920cba505bb88007721b1e14f318..fcab129fc1d61fd05a879492c1b4e5548613eedf 100644 (file)
@@ -8,7 +8,6 @@ tests += tst-bz21269
 endif
 
 ifeq ($(subdir),elf)
-sysdep-dl-routines += libc-do-syscall
 sysdep-others += lddlibc4
 install-bin += lddlibc4
 endif