pr65771.c: Use tls_runtime instead of tls.
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 30 Sep 2015 00:02:35 +0000 (00:02 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Wed, 30 Sep 2015 00:02:35 +0000 (20:02 -0400)
2015-09-29  Jonathan Roelofs  <jonathan@codesourcery.com>

* gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls.

From-SVN: r228273

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/pr65771.c

index 788aeb23544a391dcfda2db360d9caf57a73d928..83bba5bc52cab77e1fcb26d6d0a8fa9834ea7ae0 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-29  Jonathan Roelofs  <jonathan@codesourcery.com>
+
+       * gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls.
+
 2015-09-29  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        gfortran.dg/ieee/ieee_4.f90: xfail on i386-*-freebsd*
index 7c595c6a80ee2c257ce5c19066692040d368a0da..6dea7c51a13a2a69c40af244956df334f12be2c8 100644 (file)
@@ -1,6 +1,6 @@
 /* PR debug/65771 */
 /* { dg-do link } */
-/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target tls_runtime } */
 /* { dg-add-options tls } */
 
 struct S { int s; int t; };