]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, x86, backport TLS test fixes.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 4 Aug 2019 11:40:24 +0000 (11:40 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Aug 2019 11:40:24 +0000 (11:40 +0000)
Require native TLS for two tests that use it.

2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
2019-05-30  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/i386/pr86257.c: Require native TLS support.
* gcc.target/i386/stack-prot-sym.c: Likewise.

From-SVN: r274070

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr86257.c
gcc/testsuite/gcc.target/i386/stack-prot-sym.c

index 0c2cd8167a23934a0fa3efef7c6fa53a670a795f..6033ee0248fd001168ce0f020b64a6b395f961a3 100644 (file)
@@ -1,3 +1,11 @@
+2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backport from mainline.
+       2019-05-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/i386/pr86257.c: Require native TLS support.
+       * gcc.target/i386/stack-prot-sym.c: Likewise.
+
 2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline.
index 07fbba92d65542360a1c6158502a1ec8d27035f1..bc758c24d0c14bb90c4f73dea50f53dd68eede7a 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target lp64 } */
 /* { dg-require-effective-target fpic } */
-/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target tls_native } */
 /* { dg-options "-g -fPIC -mtls-dialect=gnu" } */
 
 __thread int i;
index 7f63424c55f3bd1b1095c2d070105811b246d176..dcd7cbd38be380857ab2d6ca6e4db71f60c04313 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target tls_native } */
 /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-symbol=my_guard" } */
 
 void f(void) { }