* gcc.dg/tls/section-2.c: Restrict to vxworks.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 30 Apr 2008 08:32:56 +0000 (08:32 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 30 Apr 2008 08:32:56 +0000 (08:32 +0000)
From-SVN: r134817

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

index 9e0aef64c98abff952936662080b1d49bceffc79..cb6465e8c370d84744d92add46db6495734d4711 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
index c823f2dae612aae0fde757335f9960bb43d69076..8f11def96f980549b866808e433e1a8fd11cb536 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 } */
+/* { dg-do compile { target *-*-vxworks } } */
 
 #define A(X)   __attribute__((section(X)))