From: David Edelsohn Date: Tue, 20 Dec 2016 18:30:21 +0000 (+0000) Subject: * gcc.dg/tls/alias-1.c: dg-add-options tls. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a565f38056585d9f7bfab97b3d52f3556b1893a;p=gcc.git * gcc.dg/tls/alias-1.c: dg-add-options tls. From-SVN: r243827 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3e27fdf2494..936b694907b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-12-20 David Edelsohn + + * gcc.dg/tls/alias-1.c: dg-add-options tls. + 2016-12-20 Andre Vieira * gcc.target/arm/pr78255-2.c: Fix to work for targets diff --git a/gcc/testsuite/gcc.dg/tls/alias-1.c b/gcc/testsuite/gcc.dg/tls/alias-1.c index 722ad2154bb..a56a7909f44 100644 --- a/gcc/testsuite/gcc.dg/tls/alias-1.c +++ b/gcc/testsuite/gcc.dg/tls/alias-1.c @@ -2,6 +2,7 @@ /* { dg-require-alias "" } */ /* { dg-require-visibility "" } */ /* { dg-require-effective-target tls_runtime } */ +/* { dg-add-options tls } */ /* Test that encode_section_info handles the change from externally defined to locally defined (via hidden). Extracted from glibc. */