mirror of git://gcc.gnu.org/git/gcc.git
* gcc.dg/tls/alias-1.c: dg-add-options tls.
From-SVN: r243827
This commit is contained in:
parent
d654723319
commit
0a565f3805
|
|
@ -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>
|
2016-12-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||||
|
|
||||||
* gcc.target/arm/pr78255-2.c: Fix to work for targets
|
* gcc.target/arm/pr78255-2.c: Fix to work for targets
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
/* { dg-require-alias "" } */
|
/* { dg-require-alias "" } */
|
||||||
/* { dg-require-visibility "" } */
|
/* { dg-require-visibility "" } */
|
||||||
/* { dg-require-effective-target tls_runtime } */
|
/* { dg-require-effective-target tls_runtime } */
|
||||||
|
/* { dg-add-options tls } */
|
||||||
/* Test that encode_section_info handles the change from externally
|
/* Test that encode_section_info handles the change from externally
|
||||||
defined to locally defined (via hidden). Extracted from glibc. */
|
defined to locally defined (via hidden). Extracted from glibc. */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue