Commit 5bfe5df3 by John David Anglin Committed by John David Anglin

re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not…

re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_address.*emutls_get_address.*)

	PR testsuite/45342
	* gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*.

From-SVN: r168060
parent 6e45b376
2010-12-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/45342
* gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*.
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/gnu-api-2-objc.m: Fixed test to test objc_lookUpClass, * objc.dg/gnu-api-2-objc.m: Fixed test to test objc_lookUpClass,
......
...@@ -15,7 +15,8 @@ int foo (int b, int c, int d) ...@@ -15,7 +15,8 @@ int foo (int b, int c, int d)
return a; return a;
} }
/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { { ! "*-wrs-vxworks" } && { ! "*-*-darwin8" } } } } } */ /* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks" "*-*-darwin8" "hppa*-*-hpux*" } } } } } */
/* { dg-final { scan-assembler-not "call\tL___emutls_get_address.stub.*call\tL___emutls_get_address.stub.*" { target "*-*-darwin8" } } } */ /* { dg-final { scan-assembler-not "call\tL___emutls_get_address.stub.*call\tL___emutls_get_address.stub.*" { target "*-*-darwin8" } } } */
/* { dg-final { scan-assembler-not "(b,l|bl) __emutls_get_address.*(b,l|bl) __emutls_get_address.*" { target "hppa*-*-hpux*" } } } */
/* { dg-final { scan-assembler-not "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */ /* { dg-final { scan-assembler-not "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment