aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-07-30 12:24:22 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-07-30 12:24:22 +0000
commit1ab80e5ba1b9a8a00493abfe5605ff6a2871f8e5 (patch)
tree8cdf8ba4e5a833b56b181e1506d4815fa99e8c23 /gdb/testsuite
parent16ba7cd086689bc85858606ab878d0188a287845 (diff)
downloadfsf-binutils-gdb-1ab80e5ba1b9a8a00493abfe5605ff6a2871f8e5.zip
fsf-binutils-gdb-1ab80e5ba1b9a8a00493abfe5605ff6a2871f8e5.tar.gz
fsf-binutils-gdb-1ab80e5ba1b9a8a00493abfe5605ff6a2871f8e5.tar.bz2
* gdb.base/dump.exp: Force the correct endianness for binary
formats not carrying this information.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/dump.exp26
2 files changed, 31 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7273faa..8d4d846 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-30 Maciej W. Rozycki <macro@mips.com>
+
+ * gdb.base/dump.exp: Force the correct endianness for binary
+ formats not carrying this information.
+
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/staticthreads.exp: Match .*sem_post.
diff --git a/gdb/testsuite/gdb.base/dump.exp b/gdb/testsuite/gdb.base/dump.exp
index 00ad65b..90a3632 100644
--- a/gdb/testsuite/gdb.base/dump.exp
+++ b/gdb/testsuite/gdb.base/dump.exp
@@ -34,6 +34,7 @@ set binfile ${objdir}/${subdir}/${testfile}
set options {debug}
set is64bitonly "no"
+set endian "auto"
if [istarget "alpha*-*-*"] then {
# SREC etc cannot handle 64-bit addresses. Force the test
@@ -70,6 +71,19 @@ if { ! [ runto checkpoint1 ] } then {
return -1
}
+# Get the endianness for the later use with endianless formats.
+
+send_gdb "show endian\n"
+gdb_expect {
+ -re ".* (big|little) endian.*$gdb_prompt $" {
+ set endian $expect_out(1,string)
+ pass "endianness: $endian"
+ }
+ default {
+ fail "(timeout) getting target endianness"
+ }
+}
+
# Now generate some dump files.
proc make_dump_file { command msg } {
@@ -190,6 +204,18 @@ gdb_exit
gdb_start
gdb_file_cmd ${binfile}
+# Now fix the endianness at the correct state.
+
+send_gdb "set endian $endian\n"
+gdb_expect {
+ -re ".* (big|little) endian.*$gdb_prompt $" {
+ pass "setting $endian endianness"
+ }
+ default {
+ fail "(timeout) setting $endian endianness"
+ }
+}
+
# Reload saved values one by one, and compare.
if { ![string compare $array_val \