mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 02:17:45 +08:00
* gdb.base/stack-checking.c (big_frame): Reduce stack consumption
on SPU.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* gdb.base/stack-checking.c (big_frame): Reduce stack consumption
|
||||
on SPU.
|
||||
|
||||
2008-09-10 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
|
||||
|
@ -36,7 +36,11 @@ void medium_frame ()
|
||||
|
||||
void big_frame ()
|
||||
{
|
||||
#ifdef __SPU__
|
||||
char S [131072];
|
||||
#else
|
||||
char S [524188];
|
||||
#endif
|
||||
small_frame ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user