This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: MIPS/Linux build fixes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]