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-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.
# 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.