From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22113 invoked by alias); 10 Dec 2003 02:24:18 -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 22082 invoked from network); 10 Dec 2003 02:24:17 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 10 Dec 2003 02:24:17 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 542E5357B; Tue, 9 Dec 2003 18:24:16 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id hBA2OGHi017417; Tue, 9 Dec 2003 18:24:16 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id hBA2OFRm017413; Tue, 9 Dec 2003 18:24:15 -0800 Date: Wed, 10 Dec 2003 02:24:00 -0000 Message-Id: <200312100224.hBA2OFRm017413@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: GNU libc hacker Subject: Re: Fixes for alpha... In-Reply-To: Andreas Jaeger's message of Sunday, 7 December 2003 12:08:44 +0100 Emacs: where editing text is like playing Paganini on a glass harmonica. X-SW-Source: 2003-12/txt/msg00047.txt.bz2 > The following two fixes are needed to get glibc compile on alpha. The > first one is a 3.4/unit-at-a-time problem where a variable is only > used by asm and optimized out without the attribute, the second one > contains an extraneous line (fixed for nptl, broken in linuxthreads). > > Ok to commit? > > Andreas > > 2003-12-07 Andreas Jaeger > Ruediger Oertel > > * sysdeps/alpha/fpu/e_sqrt.c: Mark as used. > > linuxthreads: > * sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra > .prologue. These look fine.