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]

Re: [RFA]: testsuite/gdb.base/call-ar-st.[exp|c]: Change to work better with small targets


On Mon, Oct 29, 2001 at 01:12:49PM -0500, Fernando Nasser wrote:
> Elena Zannoni wrote:
> > 
> > Corinna Vinschen writes:
> >  > Hi,
> >  >
> >  > the following patch allows the call-ar-st test to run better on smaller
> >  > targets.  Currently nearly all variable space is allocated on the stack
> >  > and moreover especially the double array is somewhat big.  The patch
> >  > changes all auto variables in main() to be static to unburden the stack
> >  > and reduces the size of the double array to reduce the all over memory
> >  > requirements of the test.  Additionally it increases the timeout value
> >  > by 60 seconds considering that some small targets are also somewhat
> >  > slow.
> >  >
> >  > Corinna
> > 
> > I am not the maintainer of this, but since I wrote the test, I think
> > the patch is fine.
> > 
> > Elena
> > 
> 
> If Elena says it is right it is fine with me.  Please check it in.
> 
> And thanks for the patch.
> 
> Fernando

Thanks for approval.  I've just checked it in.

Corinna


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