From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15306 invoked by alias); 19 Nov 2004 08:43:32 -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 15280 invoked from network); 19 Nov 2004 08:43:30 -0000 Received: from unknown (HELO sunsite.ms.mff.cuni.cz) (195.113.15.26) by sourceware.org with SMTP; 19 Nov 2004 08:43:30 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8) with ESMTP id iAJ8cgTN031765; Fri, 19 Nov 2004 09:38:42 +0100 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id iAJ8cfUe031763; Fri, 19 Nov 2004 09:38:41 +0100 Date: Fri, 19 Nov 2004 08:43:00 -0000 From: Jakub Jelinek To: davidm@hpl.hp.com Cc: libc-hacker@sources.redhat.com Subject: Re: ia64 libm update Message-ID: <20041119083841.GB23824@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <16797.42226.485884.321313@napali.hpl.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16797.42226.485884.321313@napali.hpl.hp.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-11/txt/msg00046.txt.bz2 On Thu, Nov 18, 2004 at 11:46:58PM -0800, David Mosberger wrote: Content-Description: message body text > A patch to update the ia64 libm can be found at: > > ftp://ftp.hpl.hp.com/pub/linux-ia64/libc-intel-libm-v2.1-update-041118.diff.gz > > md5sum: 97d9f77e79a0936271bdcdce593c9598 I think e.g. the reversal of 2002-06-05 Brian Youmans <3diff@gnu.org> * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license. ... might be a problem. Also, I personaly don't think the cvs_id's in all files are very useful, they will IMHO be just source of merge conflicts unless -ko'ed. Jakub