Commit 69a0f8c6 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r120068
parent bbd29fdc
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
......
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