i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]

Remove libc-do-syscall from sysdep-dl-routines added by:

commit 3b33d6ed60
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.
This commit is contained in:
H.J. Lu 2022-03-02 20:43:10 -08:00
parent 42b5dc5ea3
commit 13089d4cf2

View 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