* gcc.dg/20020312-2.c: Add a case for __SPU__.

From-SVN: r120068
This commit is contained in:
Ben Elliston 2006-12-20 03:45:32 +00:00 committed by Ben Elliston
parent bbd29fdcec
commit 69a0f8c61e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-12-20 Ben Elliston <bje@au.ibm.com>
* gcc.dg/20020312-2.c: Add a case for __SPU__.
2006-12-19 Eric Christopher <echristo@apple.com>
PR target/29302

View File

@ -72,6 +72,8 @@ extern void abort (void);
/* No pic register. */
#elif defined(__m32c__)
/* No pic register. */
#elif defined(__SPU__)
# define PIC_REG "126"
#else
# error "Modify the test for your target."
#endif