public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* [patchlet] skip_altivec_tests fix typo
@ 2005-07-04 21:37 Andreas Tobler
  2005-07-05  1:43 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Tobler @ 2005-07-04 21:37 UTC (permalink / raw)
  To: gdb

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patchlet] skip_altivec_tests fix typo
  2005-07-04 21:37 [patchlet] skip_altivec_tests fix typo Andreas Tobler
@ 2005-07-05  1:43 ` Daniel Jacobowitz
  2005-07-06 21:09   ` Andreas Tobler
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2005-07-05  1:43 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: gdb

On Mon, Jul 04, 2005 at 11:37:05PM +0200, Andreas Tobler wrote:
> Hello,
> 
> this patchlet fixes a typo in skip_altivec_tests.
> 
> against gdb-cvs.
> 
> Ok?

Please send patches to gdb-patches in the future...

> 2005-07-04  Andreas Tobler  <a.tobler@schweiz.ch>
> 
>         * lib/gdb.exp (skip_altivec_tests): Fix typo.

This is OK.  Can you commit to GDB?

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patchlet] skip_altivec_tests fix typo
  2005-07-05  1:43 ` Daniel Jacobowitz
@ 2005-07-06 21:09   ` Andreas Tobler
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Tobler @ 2005-07-06 21:09 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: gdb

Daniel Jacobowitz wrote:

> 
> Please send patches to gdb-patches in the future...

Xguesi, I sent it without looking at the address. Do so next time.

>>2005-07-04  Andreas Tobler  <a.tobler@schweiz.ch>
>>
>>        * lib/gdb.exp (skip_altivec_tests): Fix typo.
> 
> 
> This is OK.  Can you commit to GDB?
> 

Unfortunately not (yet). Would you mind doing it for me?

Thanks,
Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-06 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-04 21:37 [patchlet] skip_altivec_tests fix typo Andreas Tobler
2005-07-05  1:43 ` Daniel Jacobowitz
2005-07-06 21:09   ` Andreas Tobler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).