From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21135 invoked by alias); 27 May 2004 15:16:09 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 21118 invoked from network); 27 May 2004 15:16:08 -0000 Received: from unknown (HELO sccrmhc13.comcast.net) (204.127.202.64) by sourceware.org with SMTP; 27 May 2004 15:16:08 -0000 Received: from lucon.org ([24.6.43.109]) by comcast.net (sccrmhc13) with ESMTP id <2004052715160701600rhkc2e>; Thu, 27 May 2004 15:16:07 +0000 Received: by lucon.org (Postfix, from userid 1000) id 0F37D64CFF; Thu, 27 May 2004 08:16:07 -0700 (PDT) Date: Fri, 28 May 2004 06:40:00 -0000 From: "H. J. Lu" To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] changes for GCC 3.2+ and 3.4+ (followup) Message-ID: <20040527151606.GA21690@lucon.org> References: <20040526124659.GT5191@sunsite.ms.mff.cuni.cz> <40B4D342.3060301@redhat.com> <20040526203623.GA3779@lucon.org> <20040527010102.GA8045@lucon.org> <20040527071240.GU5191@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040527071240.GU5191@sunsite.ms.mff.cuni.cz> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-05/txt/msg00050.txt.bz2 On Thu, May 27, 2004 at 09:12:40AM +0200, Jakub Jelinek wrote: > On Wed, May 26, 2004 at 06:01:02PM -0700, H. J. Lu wrote: > > I think the patch is incomplete. > > You are right, sorry. I haven't built glibc with it after doing all changes, > only tested whether apps using that header are ok. > Further testing revealed that at least on x86_64 there was one new > .plt slot, __bzero. This patch fixes that too. > Build/make check tested on x86_64 and i686. > You also need to add __bzero to sysdeps/ia64/bzero.S. H.J.