Commit c807acf9 by Nick Clifton Committed by Nick Clifton

* gcc.dg/20020312-2.c: Add support for the FRV.

From-SVN: r124046
parent 8115817b
2007-04-22 Nick Clifton <nickc@redhat.com>
* gcc.dg/20020312-2.c: Add support for the FRV.
2007-04-22 Uros Bizjak <ubizjak@gmail.com>
PR tree-optimization/24659
......@@ -74,6 +74,12 @@ extern void abort (void);
/* No pic register. */
#elif defined(__SPU__)
# define PIC_REG "126"
#elif defined __frv__
# ifdef __FRV_FDPIC__
# define PIC_REG "gr15"
# else
# define PIC_REG "gr17"
#endif
#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