From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12772 invoked by alias); 31 Aug 2012 14:40:26 -0000 Received: (qmail 12750 invoked by uid 22791); 31 Aug 2012 14:40:23 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 31 Aug 2012 14:40:10 +0000 Received: by pbbro12 with SMTP id ro12so5281119pbb.0 for ; Fri, 31 Aug 2012 07:40:09 -0700 (PDT) Received: by 10.66.74.195 with SMTP id w3mr15502846pav.64.1346424009361; Fri, 31 Aug 2012 07:40:09 -0700 (PDT) Received: from anchor.twiddle.home ([173.160.232.49]) by mx.google.com with ESMTPS id gf8sm3559818pbc.52.2012.08.31.07.40.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 31 Aug 2012 07:40:08 -0700 (PDT) Message-ID: <5040CCC6.4030809@twiddle.net> Date: Fri, 31 Aug 2012 14:43:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: "H.J. Lu" CC: Andreas Krebbel , David Miller , aj@suse.com, libc-alpha@sourceware.org, Binutils Subject: Re: [PATCH] S/390: Fix two issues with the IFUNC optimized mem* routines References: <503E009B.3080302@linux.vnet.ibm.com> <503E3930.5040603@linux.vnet.ibm.com> <20120829.125208.824114683359549094.davem@davemloft.net> <503F14A3.8070801@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00506.txt.bz2 On 08/30/2012 06:02 PM, H.J. Lu wrote: > @@ -3470,6 +3470,25 @@ elf_i386_relocate_section (bfd *output_bfd, Don't do these sorts of things in relocate_section. Do them in relax_section where you still have time to remove the got entry if it becomes unused. r~