Commit ac63f305 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r204017
parent 01b974c9
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
......
......@@ -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
......
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