From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16044 invoked by alias); 29 Sep 2002 12:35:22 -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 16026 invoked from network); 29 Sep 2002 12:35:22 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.54.138) by sources.redhat.com with SMTP; 29 Sep 2002 12:35:22 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id CCA53357E; Sun, 29 Sep 2002 05:31:06 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id g8TCV7J16629; Sun, 29 Sep 2002 05:31:07 -0700 Date: Sun, 29 Sep 2002 05:35:00 -0000 Message-Id: <200209291231.g8TCV7J16629@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] Fix alpha build In-Reply-To: Jakub Jelinek's message of Sunday, 29 September 2002 14:29:35 +0200 <20020929142935.H3451@sunsite.ms.mff.cuni.cz> Emacs: the definitive fritterware. X-SW-Source: 2002-09/txt/msg00089.txt.bz2 > PARAMS(args) is not defined on Alpha. In fact, IMHO GCC doesn't need > it either, since longlong.h is only used in libgcc.a which is compiled > already by gcc, not host compiler, and without -Wtraditional. Ok. I put the change in. Please see if you can get the gcc file changed.