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
This commit is contained in:
Richard Sandiford 2007-12-09 12:07:51 +00:00 committed by Richard Sandiford
parent 5320014a06
commit 89a8fea0bb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
PR ada/34366

View file

@ -481,7 +481,7 @@ proc check_effective_target_tls {} {
# This won't change for different subtargets so cache the result.
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;
int f (void) { return i; }
void g (int j) { i = j; }