OSDN Git Service

Reviewed and approved by Daniel Jacobowitz <dan@codesourcery.com>
authorFred Fish <fnf@specifix.com>
Fri, 18 Aug 2006 18:34:18 +0000 (18:34 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 18 Aug 2006 18:34:18 +0000 (18:34 +0000)
2006-08-18  Fred Fish  <fnf@specifix.com>
* lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
'$' in front of skip_vmx_tests_saved when setting that.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 4b50802..61fcffb 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-18  Fred Fish  <fnf@specifix.com>
+
+       * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
+       '$' in front of skip_vmx_tests_saved when setting that.
+
 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
 
        * gdb.base/trace-commands.exp: New file.
index 047bf50..0d8a430 100644 (file)
@@ -1188,7 +1188,7 @@ proc skip_altivec_tests {} {
     # Some simulators are known to not support VMX instructions.
     if { [istarget powerpc-*-eabi] || [istarget powerpc*-*-eabispe] } {
         verbose "$me:  target known to not support VMX, returning 1" 2
-        return [set $skip_vmx_tests_saved 1]
+        return [set skip_vmx_tests_saved 1]
     }
 
     # Make sure we have a compiler that understands altivec.