From: Nathan Sidwell Date: Wed, 30 Apr 2008 08:32:56 +0000 (+0000) Subject: * gcc.dg/tls/section-2.c: Restrict to vxworks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d79967325b69cd30814a5d69dba300a1b000281e;p=gcc.git * gcc.dg/tls/section-2.c: Restrict to vxworks. From-SVN: r134817 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9e0aef64c98..cb6465e8c37 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-04-30 Nathan Sidwell + + * gcc.dg/tls/section-2.c: Restrict to vxworks. + 2008-04-29 Samuel Tardieu PR ada/35792 diff --git a/gcc/testsuite/gcc.dg/tls/section-2.c b/gcc/testsuite/gcc.dg/tls/section-2.c index c823f2dae61..8f11def96f9 100644 --- a/gcc/testsuite/gcc.dg/tls/section-2.c +++ b/gcc/testsuite/gcc.dg/tls/section-2.c @@ -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)))