Date: Tue, 16 Jan 2007 07:48:18 +0100
From: Markus Deuling <deuling@de.ibm.com>
Hi,
I'm referring to http://sourceware.org/ml/gdb-patches/2007-01/msg00353.html.
It seems that the output from "show endian" has changed since the last time someone took a
look into it :-) So I added a "re" to the test.
Do we need this branch or can I delete it ?
-re "(The target endianness is set automatically .currently )(big|little)( endian.*)$gdb_prompt $" {
pass "endianness"
set endianness $expect_out(2,string)
}
This worries me a bit. So in the past we were able to determine the
endianness automagically, but now we don't? Do we understand why?
Doesn't this mean that something is broken that worked before?