From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Corinna Vinschen Cc: gdb-patches Subject: Re: [RFA]: testsuite/gdb.base/call-ar-st.[exp|c]: Change to work better with small targets Date: Thu, 25 Oct 2001 07:08:00 -0000 Message-id: References: <20011025160025.Q7622@cygbert.vinschen.de> X-SW-Source: 2001-10/msg00323.html On Thu, 25 Oct 2001, Corinna Vinschen wrote: > 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. [...] > - char char_array[121]; > - double double_array[100]; > - float float_array[15]; > - int integer_array[50]; Do we really have targets where 1000 bytes on the stack matter?