* gcc.dg/20020312-2.c: Add support for the FRV.
From-SVN: r124046
This commit is contained in:
parent
8115817bf2
commit
c807acf9c4
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue