]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/20020312-2.c: No PIC register for RL78 or MSP430.
authorNick Clifton <nickc@redhat.com>
Thu, 24 Oct 2013 14:22:46 +0000 (14:22 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 24 Oct 2013 14:22:46 +0000 (14:22 +0000)
From-SVN: r204017

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020312-2.c

index b77200aa5dab1ad3ef451b2110550a9102746b41..51f5e7c245c18eb5018a67e07e379a59c23e32a6 100644 (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
index 633da5be189cfdd8cd15261402bf4e910ff05f3b..299910047f5472525f311722b9be18b6f9ff4d3c 100644 (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