From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B8BA720248 for ; Sat, 2 Mar 2019 16:55:13 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=boBU yMDiaTxgXWJtDXLiTSn8w0aFedyRt6+8+XjZ91GFrBfP9TiSXZm/ZIImG/1/y+ss Il+IV09NDw7ugvqLu6dHSjIhHYYvluFPawejjzb73xKOOqFa8+AwUMRcHmkhYIIi eVD7IFNEfT8tHHrhtdijPpYJxilnZ6HiHWmwn+A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=bTZE2FywNZ i4OSz/e1CT52P1LKo=; b=wYACda+XDWQ8SosvdM1Pjh2gufQRiac2p8ltvRC0t1 u/ytO/tFc5UyJQ0IAFQM75kIZAqTnA3rrecweQx0Z/p9KUVVx43GbbwRSO4/434y T7IkTo/zAatcorX28bGxNfTXKHAJdGxaJH3a+5IDQgAgbJvFVTWOdB4YkMcsLH2R M= Received: (qmail 48427 invoked by alias); 2 Mar 2019 16:55:08 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 47955 invoked by uid 89); 2 Mar 2019 16:55:08 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-oi1-f194.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=o9TDLFd3E2MgU7yyj4eMkvJVTulzTrAcjQOlZFW6SJc=; b=HaWWLximhSPM0cc+z138ANhwI6kbYZJqIbrga+whWzmild4pDtrqrqH3x+aEdfWdc0 vG4mGb5pUMgzwITVFbMOzAIoGEGCpxOlgU23eLG2yogzd0X5az/Nr8rjXCvhGSn8nv4e px8dqj96WHtPXkmjAjvNEahr1qvQV/C31Smb5/MoGxT8VrzK3l6UNJKZCWtXqXBxQsGo 2wUF6961RnRShA+RAOJz4fzpEGQramBYbc02nzg+e77yDlo5dhDhaByQApor7SJigQ+X 8UNoA5HZXk3Kdlr25XMPae2nx21S8+6BQocAH2o9U+lKE8lnYfvD4wxN5Nd6TXVT+lP8 LNgA== MIME-Version: 1.0 References: <87mumqei4h.fsf@oldenburg2.str.redhat.com> <87a7ihv84x.fsf@oldenburg2.str.redhat.com> <14742246.106524.1551401420668@poczta.nazwa.pl> <1577213550.68939.1551428748720@poczta.nazwa.pl> <87va13m1g9.fsf@oldenburg2.str.redhat.com> <1069861979.75290.1551438219460@poczta.nazwa.pl> <683980565.96624.1551486843351@poczta.nazwa.pl> In-Reply-To: <683980565.96624.1551486843351@poczta.nazwa.pl> From: "H.J. Lu" Date: Sat, 2 Mar 2019 08:54:29 -0800 Message-ID: Subject: Re: [PATCH] elf: Add tests with a local IFUNC resolver [BZ #23937] To: Rafal Luzynski Cc: Florian Weimer , GNU C Library Content-Type: text/plain; charset="UTF-8" On Fri, Mar 1, 2019 at 4:34 PM Rafal Luzynski wrote: > > 1.03.2019 13:37 "H.J. Lu" wrote: > > > > On Fri, Mar 1, 2019 at 2:57 AM Rafal Luzynski > > wrote: > > > > > > 1.03.2019 09:41 Florian Weimer wrote: > > > > [...] > > > > What's your binutils version? > > > > > > 2.26.1 > > > > > > > Try binutils 2.32. > > I've tried binutils-2.32-1.fc31.x86_64 from koji.fedoraproject.org > and it fails the same, just magic numbers slightly differ. > GCC 6.4.1 and binutils 2.31 branch work for me on x86-64. -- H.J.