gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Dec 2007 12:07:51 +0000 (12:07 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Dec 2007 12:07:51 +0000 (12:07 +0000)
* lib/target-supports.exp (check_effective_target_tls_native):
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130721 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8127e05..657b101 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 f6a4cce..0ee3918 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; }