Commit 89a8fea0 by Richard Sandiford Committed by Richard Sandiford

target-supports.exp (check_effective_target_tls_native): Fix typo.

gcc/testsuite/
	* lib/target-supports.exp (check_effective_target_tls_native):
	Fix typo.

From-SVN: r130721
parent 5320014a
2007-12-09 Richard Sandiford <rsandifo@nildram.co.uk>
* lib/target-supports.exp (check_effective_target_tls_native):
Fix typo.
2007-12-09 Samuel Tardieu <sam@rfc1149.net> 2007-12-09 Samuel Tardieu <sam@rfc1149.net>
PR ada/34366 PR ada/34366
...@@ -481,7 +481,7 @@ proc check_effective_target_tls {} { ...@@ -481,7 +481,7 @@ proc check_effective_target_tls {} {
# This won't change for different subtargets so cache the result. # This won't change for different subtargets so cache the result.
proc check_effective_target_tls_native {} { proc check_effective_target_tls_native {} {
return [check_no_messages_and_pattern tls_native "!emultls" assembly { return [check_no_messages_and_pattern tls_native "!emutls" assembly {
__thread int i; __thread int i;
int f (void) { return i; } int f (void) { return i; }
void g (int j) { i = j; } void g (int j) { i = j; }
......
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