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