run-le.c: Skip for -pie on alpha*-*-linux*.

* gcc.dg/torture/tls/run-le.c: Skip for -pie on alpha*-*-linux*.
	* gcc.dg/torture/tls/tls-test.c: Ditto.
	* gcc.dg/torture/tls/thr-init-1.c: Ditto.
	* gcc.dg/torture/tls/thr-init-1.c: Ditto.

From-SVN: r175291
This commit is contained in:
Uros Bizjak 2011-06-22 13:16:16 +02:00 committed by Uros Bizjak
parent 36dc1a88ff
commit 070387a43c
5 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2011-06-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/torture/tls/run-le.c: Skip for -pie on alpha*-*-linux*.
* gcc.dg/torture/tls/tls-test.c: Ditto.
* gcc.dg/torture/tls/thr-init-1.c: Ditto.
* gcc.dg/torture/tls/thr-init-2.c: Ditto.
2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
* gcc.target/arm/tlscall.c: New.

View File

@ -1,6 +1,7 @@
/* { dg-do run } */
/* { dg-require-effective-target tls_runtime } */
/* { dg-add-options tls } */
/* { dg-skip-if "TLS local exec code cannot be linked into shared objects" { alpha*-*-linux* } { "-pie" } { "" } } */
extern void abort (void);

View File

@ -1,6 +1,7 @@
/* { dg-do run } */
/* { dg-require-effective-target tls_runtime } */
/* { dg-add-options tls } */
/* { dg-skip-if "TLS local exec code cannot be linked into shared objects" { alpha*-*-linux* } { "-pie" } { "" } } */
extern int printf (char *,...);
extern void abort() ;

View File

@ -1,6 +1,7 @@
/* { dg-do run } */
/* { dg-require-effective-target tls_runtime } */
/* { dg-add-options tls } */
/* { dg-skip-if "TLS local exec code cannot be linked into shared objects" { alpha*-*-linux* } { "-pie" } { "" } } */
extern int printf (char *,...);
extern void abort() ;

View File

@ -2,6 +2,7 @@
/* { dg-require-effective-target tls } */
/* { dg-require-effective-target pthread } */
/* { dg-options "-pthread" } */
/* { dg-skip-if "TLS local exec code cannot be linked into shared objects" { alpha*-*-linux* } { "-pie" } { "" } } */
#include <pthread.h>
extern int printf (char *,...);