This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patchlet] skip_altivec_tests fix typo


Hello,

this patchlet fixes a typo in skip_altivec_tests.

against gdb-cvs.

Ok?

Andreas

2005-07-04 Andreas Tobler <a.tobler@schweiz.ch>

* lib/gdb.exp (skip_altivec_tests): Fix typo.

Index: testsuite/lib/gdb.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.63
diff -u -r1.63 gdb.exp
--- testsuite/lib/gdb.exp       8 May 2005 13:42:04 -0000       1.63
+++ testsuite/lib/gdb.exp       4 Jul 2005 21:35:41 -0000
@@ -1179,7 +1179,7 @@
     # 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]