OSDN Git Service

* gcc.dg/tls/section-2.c: Restrict to vxworks.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Apr 2008 08:32:56 +0000 (08:32 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Apr 2008 08:32:56 +0000 (08:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134817 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tls/section-2.c

index 9e0aef6..cb6465e 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-30  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/tls/section-2.c: Restrict to vxworks.
+
 2008-04-29  Samuel Tardieu  <sam@rfc1149.net>
 
        PR ada/35792
 2008-04-29  Samuel Tardieu  <sam@rfc1149.net>
 
        PR ada/35792
index c823f2d..8f11def 100644 (file)
@@ -1,6 +1,7 @@
 /* Verify that we get errors for trying to put TLS data in 
    sections which can't work.  */
 /* { dg-require-effective-target tls } */
 /* Verify that we get errors for trying to put TLS data in 
    sections which can't work.  */
 /* { dg-require-effective-target tls } */
+/* { dg-do compile { target *-*-vxworks } } */
 
 #define A(X)   __attribute__((section(X)))
 
 
 #define A(X)   __attribute__((section(X)))