Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] changed output in altivec-regs.exp
@ 2007-03-05 20:18 Thiago Jung Bauermann
  2007-03-05 20:30 ` Daniel Jacobowitz
  2007-03-05 22:05 ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Thiago Jung Bauermann @ 2007-03-05 20:18 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

Hi,

This makes the test script expect the new output of the "show endian"
command, which for PPC architecture changed sometime between GDB 6.5 and
GDB 6.6.

2007-03-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>

	* gdb.arch/altivec-regs.exp: Match new "show endian" output.
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center


[-- Attachment #2: altivec-regs.diff --]
[-- Type: text/x-patch, Size: 677 bytes --]

Index: gdb.arch/altivec-regs.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/altivec-regs.exp,v
retrieving revision 1.13
diff -u -r1.13 altivec-regs.exp
--- gdb.arch/altivec-regs.exp	19 Jan 2007 11:14:52 -0000	1.13
+++ gdb.arch/altivec-regs.exp	5 Mar 2007 18:17:55 -0000
@@ -91,7 +91,7 @@
 send_gdb "show endian\n"
 set endianness ""
 gdb_expect {
-    -re "(The target endianness is set automatically .currently )(big|little)( endian.*)$gdb_prompt $" {
+    -re "(The target is assumed to be )(big|little)( endian.*)$gdb_prompt $" {
         pass "endianness"
 	set endianness $expect_out(2,string)
     }

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

* Re: [PATCH] changed output in altivec-regs.exp
  2007-03-05 20:18 [PATCH] changed output in altivec-regs.exp Thiago Jung Bauermann
@ 2007-03-05 20:30 ` Daniel Jacobowitz
  2007-03-06 18:47   ` Thiago Jung Bauermann
  2007-03-05 22:05 ` Andreas Schwab
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2007-03-05 20:30 UTC (permalink / raw)
  To: Thiago Jung Bauermann; +Cc: gdb-patches

On Mon, Mar 05, 2007 at 05:18:43PM -0300, Thiago Jung Bauermann wrote:
> Hi,
> 
> This makes the test script expect the new output of the "show endian"
> command, which for PPC architecture changed sometime between GDB 6.5 and
> GDB 6.6.
> 
> 2007-03-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
> 
> 	* gdb.arch/altivec-regs.exp: Match new "show endian" output.

Are you testing CVS HEAD or something a little older?  There was a bug
that had this exact symptom; the old output was right.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: [PATCH] changed output in altivec-regs.exp
  2007-03-05 20:18 [PATCH] changed output in altivec-regs.exp Thiago Jung Bauermann
  2007-03-05 20:30 ` Daniel Jacobowitz
@ 2007-03-05 22:05 ` Andreas Schwab
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2007-03-05 22:05 UTC (permalink / raw)
  To: Thiago Jung Bauermann; +Cc: gdb-patches

Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

> Hi,
>
> This makes the test script expect the new output of the "show endian"
> command, which for PPC architecture changed sometime between GDB 6.5 and
> GDB 6.6.
>
> 2007-03-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
>
> 	* gdb.arch/altivec-regs.exp: Match new "show endian" output.

This has already been fixed properly a few weeks ago.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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

* Re: [PATCH] changed output in altivec-regs.exp
  2007-03-05 20:30 ` Daniel Jacobowitz
@ 2007-03-06 18:47   ` Thiago Jung Bauermann
  0 siblings, 0 replies; 4+ messages in thread
From: Thiago Jung Bauermann @ 2007-03-06 18:47 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: gdb-patches

On Mon, 2007-03-05 at 15:29 -0500, Daniel Jacobowitz wrote:
> On Mon, Mar 05, 2007 at 05:18:43PM -0300, Thiago Jung Bauermann wrote:
> > Hi,
> > 
> > This makes the test script expect the new output of the "show endian"
> > command, which for PPC architecture changed sometime between GDB 6.5 and
> > GDB 6.6.
> > 
> > 2007-03-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
> > 
> > 	* gdb.arch/altivec-regs.exp: Match new "show endian" output.
> 
> Are you testing CVS HEAD or something a little older?  There was a bug
> that had this exact symptom; the old output was right.

Yes, I was testing GDB 6.6. Now testing with CVS HEAD that part passes
but I get different failures. I'll investigate this further.
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center


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

end of thread, other threads:[~2007-03-06 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 20:18 [PATCH] changed output in altivec-regs.exp Thiago Jung Bauermann
2007-03-05 20:30 ` Daniel Jacobowitz
2007-03-06 18:47   ` Thiago Jung Bauermann
2007-03-05 22:05 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox