stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.

gcc/testsuite/
	* gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.

From-SVN: r166110
This commit is contained in:
Richard Sandiford 2010-10-31 15:04:10 +00:00 committed by Richard Sandiford
parent ee2caaea6c
commit 3dff0fa203
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.
2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/tls/thr-init-1.c: Fix order of dg-do.

View File

@ -24,7 +24,12 @@
#elif defined (__ia64__)
# define SIZE 272
#elif defined(__mips__)
# define SIZE 240
# if defined (__mips_abicalls) \
|| (defined _MIPS_SIM && (_MIPS_SIM ==_ABIN32 || _MIPS_SIM==_ABI64))
# define SIZE 240
# else
# define SIZE 248
# endif
#elif defined (__powerpc__) || defined (__PPC__) || defined (__ppc__) \
|| defined (__POWERPC__) || defined (PPC) || defined (_IBMR2)
# define SIZE 240