public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/siddhesh/gai-cleanup2] i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]
Date: Mon,  7 Mar 2022 16:55:25 +0000 (GMT)	[thread overview]
Message-ID: <20220307165525.4DC60385801F@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=13089d4cf22a117889888224a6ef29ccb580bdc8

commit 13089d4cf22a117889888224a6ef29ccb580bdc8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Mar 2 20:43:10 2022 -0800

    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.

Diff:
---
 sysdeps/unix/sysv/linux/i386/Makefile | 1 -
 1 file changed, 1 deletion(-)

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


                 reply	other threads:[~2022-03-07 16:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220307165525.4DC60385801F@sourceware.org \
    --to=siddhesh@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).