diff mbox

Commit: testsuite/gcc.dg/20020312-2.c: Update for RL78 and MSP430

Message ID 87d2muhhrc.fsf@redhat.com
State New
Headers show

Commit Message

Nick Clifton Oct. 24, 2013, 2:21 p.m. UTC
Hi Guys,

  I am applying the patch below as an obvious update to the 20020312-2.c
  test for the RL78 and MSP430 targets.  Neither of them use a specific
  regiser for PIC support, but the test needs to be explicitly told
  that.

Cheers
  Nick

gcc/testsuite/ChangeLog
2013-10-24  Nick Clifton  <nickc@redhat.com>

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

Patch

Index: gcc/testsuite/gcc.dg/20020312-2.c
===================================================================
--- gcc/testsuite/gcc.dg/20020312-2.c	(revision 204007)
+++ gcc/testsuite/gcc.dg/20020312-2.c	(working copy)
@@ -96,6 +96,10 @@ 
 #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