]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2015-09-29 Jonathan Roelofs <jonathan@codesourcery.com>
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 2015 00:02:35 +0000 (00:02 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 2015 00:02:35 +0000 (00:02 +0000)
* gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228273 138bc75d-0d04-0410-961f-82ee72b054a4

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; };