PATCH: MIPS/Linux build fixes

Daniel Jacobowitz drow@mvista.com
Mon Aug 19 18:57:00 GMT 2002


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



More information about the Gdb-patches mailing list