From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: gdb-patches Subject: Re: [RFA]: testsuite/gdb.base/call-ar-st.[exp|c]: Change to work better with small targets Date: Mon, 29 Oct 2001 10:22:00 -0000 Message-id: <20011029192122.O891@cygbert.vinschen.de> References: <20011025160025.Q7622@cygbert.vinschen.de> <15322.52044.698921.256623@krustylu.cygnus.com> <3BDD9C21.4217F1BC@redhat.com> X-SW-Source: 2001-10/msg00359.html 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