2015-09-29 Jonathan Roelofs <jonathan@codesourcery.com>
* gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls.
From-SVN: r228273
+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*
/* 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; };