aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-11-25 02:28:05 +0000
committerAndrew Cagney <cagney@redhat.com>1997-11-25 02:28:05 +0000
commitd440e85e4301e341903d0fd8511b85b8807833e5 (patch)
tree6e08e30344f75e08b2fd4f66ea85653fbd34f148
parent33d5d351564e39610f402dd8d82f767506f751c2 (diff)
downloadgdb-d440e85e4301e341903d0fd8511b85b8807833e5.zip
gdb-d440e85e4301e341903d0fd8511b85b8807833e5.tar.gz
gdb-d440e85e4301e341903d0fd8511b85b8807833e5.tar.bz2
Handle case where sizeof long != sizeof int when examining a union.
-rw-r--r--gdb/testsuite/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9c0a237..5fc61e4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,33 @@
+Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
+ target_sizeof_long and target_bigendian_p.
+ (structs_by_value, structs_by_reference): Check values according
+ to targets word size and endianess.
+
+Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gdb.base/langs.exp: For "continue to exit" ignore any trailing
+ output.
+
+Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
+
+ * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
+ Update test of set args help to match source change.
+
+Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
+
+ * gdb.base/default.exp: Expect help system output to be in
+ alphabetical order.
+ * gdb.base/help.exp: Ditto.
+
Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
+ * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
+ "i*86-pc-linux-gnu*".
+ * gdb.base/interrupt.exp: Ditto.
+ * gdb.base/corefile.exp: Ditto.
+
* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
define vxworks when building the testcase.