From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23123 invoked by alias); 15 Nov 2002 21:06:07 -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 23105 invoked from network); 15 Nov 2002 21:06:06 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.212.31) by sources.redhat.com with SMTP; 15 Nov 2002 21:06:06 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 82FA1357E; Fri, 15 Nov 2002 13:06:05 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gAFL65N02152; Fri, 15 Nov 2002 13:06:05 -0800 Date: Fri, 15 Nov 2002 13:06:00 -0000 Message-Id: <200211152106.gAFL65N02152@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Kill __errno_location PLT slot in --with-tls --with-__thread build In-Reply-To: Jakub Jelinek's message of Friday, 15 November 2002 20:58:13 +0100 <20021115205813.M6569@sunsite.ms.mff.cuni.cz> Emacs: resistance is futile; you will be assimilated and byte-compiled. X-SW-Source: 2002-11/txt/msg00063.txt.bz2 The deal with ia64 is just that its implementations don't use __errno_location directly and so don't have the issue, right? There is no harm in compiling those files again for libm, so unless I am missing something I will omit the ia64-specific bits to minimize the maintenance hair.