From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23649 invoked by alias); 21 Aug 2002 02:12:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23641 invoked from network); 21 Aug 2002 02:12:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 21 Aug 2002 02:12:29 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7783C3DA0; Tue, 20 Aug 2002 22:12:27 -0400 (EDT) Message-ID: <3D62F70B.10807@ges.redhat.com> Date: Tue, 20 Aug 2002 19:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: MIPS/Linux build fixes References: <20020819142654.GA2984@nevyn.them.org> <3D6166DC.7060108@ges.redhat.com> <20020820015748.GB12371@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00648.txt.bz2 For the moment, follow this link: http://sources.redhat.com/gdb/current/ari/ari.source.bug > On Mon, Aug 19, 2002 at 05:45:00PM -0400, Andrew Cagney wrote: > >> >- static char zerobuf[MAX_REGISTER_RAW_SIZE] = {0}; >> >+ char *zerobuf = alloca (MAX_REGISTER_RAW_SIZE); > >> >> http://sources.redhat.com/gdb/current/ari/#[MAX_REGISTER_{RAW,VIRTUAL}_SIZE] >> >> Hmm, yes, plenty more where that came from. > > > I don't suppose you could get ARI to list the offending files down by > the description of the test? It's pretty hard to look things up in > that table. Andrew