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] |
Date: Wed, 17 Jan 2007 07:36:59 +0100 From: Markus Deuling <deuling@de.ibm.com>
But I think inserting +set endianness "" is a good idea. Then the testcase would have FAILed instead of abort with an error.
I agree. Feel free to commit that bit.
Mark
--- src/gdb/testsuite/gdb.arch/altivec-regs.exp 2007-01-17 06:57:45.000000000 +0100 +++ dev/gdb/testsuite/gdb.arch/altivec-regs.exp 2007-01-18 10:12:24.000000000 +0100 @@ -89,6 +89,7 @@ gdb_test "next" "" ""
send_gdb "show endian\n" +set endianness "" gdb_expect { -re "(The target endianness is set automatically .currently )(big|little)( endian.*)$gdb_prompt $" { pass "endianness"
Regards, Markus
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |