* gcc.dg/tls/alias-1.c: dg-add-options tls.

From-SVN: r243827
This commit is contained in:
David Edelsohn 2016-12-20 18:30:21 +00:00 committed by David Edelsohn
parent d654723319
commit 0a565f3805
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-12-20 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/tls/alias-1.c: dg-add-options tls.
2016-12-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
* gcc.target/arm/pr78255-2.c: Fix to work for targets

View File

@ -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. */