Commit 3dff0fa2 by Richard Sandiford Committed by Richard Sandiford

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
parent ee2caaea
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.
* gcc.dg/tls/thr-init-2.c: Likewise. Require tls_runtime rather
than tls.
......
......@@ -24,7 +24,12 @@
#elif defined (__ia64__)
# define SIZE 272
#elif defined(__mips__)
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment