* gcc.dg/20020312-2.c: Add a case for __SPU__.
From-SVN: r120068
This commit is contained in:
parent
bbd29fdcec
commit
69a0f8c61e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user