* gcc.dg/20020312-2.c: No PIC register for RL78 or MSP430.

From-SVN: r204017
This commit is contained in:
Nick Clifton 2013-10-24 14:22:46 +00:00 committed by Nick Clifton
parent 01b974c9b6
commit ac63f3057f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-24 Nick Clifton <nickc@redhat.com>
* gcc.dg/20020312-2.c: No PIC register for RL78 or MSP430.
2013-10-24 Marek Polacek <polacek@redhat.com>
PR c++/58705

View File

@ -96,6 +96,10 @@ extern void abort (void);
#endif
#elif defined (__aarch64__)
/* No pic register -- yet. */
#elif defined(__RL78__)
/* No pic register. */
#elif defined(__MSP430__)
/* No pic register. */
#else
# error "Modify the test for your target."
#endif