This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
[patchlet] skip_altivec_tests fix typo
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: gdb at sources dot redhat dot com
- Date: Mon, 04 Jul 2005 23:37:05 +0200
- Subject: [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.