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.


Co-Authored-By: Dmitry Melnik <dm@ispras.ru>

From-SVN: r175299
This commit is contained in:
Uros Bizjak 2011-06-22 19:27:07 +02:00
parent 7cf13d1f46
commit 7b902b811b
5 changed files with 1 additions and 12 deletions

View File

@ -4,19 +4,12 @@
* g++.dg/cpp0x/lambda/lambda-eh2.C: Change options.
2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
Dmitry Melnik <dm@ispras.ru>
Dmitry Melnik <dm@ispras.ru>
* gcc.target/arm/neon-vshr-imm-1.c: New testcase.
* gcc.target/arm/neon-vshl-imm-1.c: New testcase.
* gcc.target/arm/neon-vlshr-imm-1.c: New testcase.
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,7 +1,6 @@
/* { 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,7 +1,6 @@
/* { 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,7 +1,6 @@
/* { 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,7 +2,6 @@
/* { 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 *,...);