This is the mail archive of the gdb-patches@sourceware.org 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]

[PATCH] changed output in altivec-regs.exp


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

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)
     }

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