* gcc.dg/tls/section-2.c: Restrict to vxworks.

From-SVN: r134817
This commit is contained in:
Nathan Sidwell 2008-04-30 08:32:56 +00:00 committed by Nathan Sidwell
parent 1c9c5e4382
commit d79967325b
2 changed files with 5 additions and 0 deletions

View 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

View 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)))