From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10474 invoked by alias); 20 Aug 2002 01:57:11 -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 10347 invoked from network); 20 Aug 2002 01:57:10 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 20 Aug 2002 01:57:10 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17gyGf-0004bS-00; Mon, 19 Aug 2002 20:57:13 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17gyHE-0003H5-00; Mon, 19 Aug 2002 21:57:48 -0400 Date: Mon, 19 Aug 2002 18:57:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: MIPS/Linux build fixes Message-ID: <20020820015748.GB12371@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <20020819142654.GA2984@nevyn.them.org> <3D6166DC.7060108@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D6166DC.7060108@ges.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-08/txt/msg00574.txt.bz2 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. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer