PATCH: MIPS/Linux build fixes

Andrew Cagney ac131313@ges.redhat.com
Tue Aug 20 19:12:00 GMT 2002


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



More information about the Gdb-patches mailing list