2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
authorJim Blandy <jimb@codesourcery.com>
Wed, 18 Feb 2004 04:15:46 +0000 (04:15 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 18 Feb 2004 04:15:46 +0000 (04:15 +0000)
Committed by Jim Blandy  <jimb@redhat.com>.

* gdb.base/dump.exp: Handle negative offsets in decimal, not hex.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dump.exp

index 139ec49..249ba3b 100644 (file)
@@ -2,6 +2,8 @@
 
        Committed by Jim Blandy  <jimb@redhat.com>.
 
+       * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
+
        * gdb.base/float.exp: Support s390*-*-* targets.
 
 2004-02-17  Adam Fedor  <fedor@gnu.org>
index e09a60c..5e88693 100644 (file)
@@ -353,9 +353,9 @@ test_restore_saved_value "intstr2.bin binary $struct_start" \
 set array2_start   [capture_value "/x &intarray2\[0\]"]
 set struct2_start  [capture_value "/x &intstruct2"]
 set array2_offset  \
-       [capture_value "/x (char *) &intarray2 - (char *) &intarray"]
+       [capture_value "(char *) &intarray2 - (char *) &intarray"]
 set struct2_offset \
-       [capture_value "/x (char *) &intstruct2 - (char *) &intstruct"]
+       [capture_value "(char *) &intstruct2 - (char *) &intstruct"]
 
 gdb_test "print zero_all ()" ""