target-supports.exp (check_effective_target_tls_native): Fix typo.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Sun, 9 Dec 2007 12:07:51 +0000 (12:07 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 9 Dec 2007 12:07:51 +0000 (12:07 +0000)
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_tls_native):
Fix typo.

From-SVN: r130721

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 8127e050fde5a91e7f33391b187ed281edf6cbcb..657b101fdc4f2bbe36d0c97f7667cb1d8acc226a 100644 (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
index f6a4cce415f89dabffaee5f39f00637bc4ecc103..0ee3918ef07cb9d846241661f0450b34e86faf18 100644 (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; }