Handle case where sizeof long != sizeof int when examining a union.
authorAndrew Cagney <cagney@redhat.com>
Tue, 25 Nov 1997 02:28:05 +0000 (02:28 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 25 Nov 1997 02:28:05 +0000 (02:28 +0000)
gdb/testsuite/ChangeLog

index 9c0a2377d693afed552fcd21d6970267bf023462..5fc61e43176c0c7a1caa9e5f109c120916c077ed 100644 (file)
@@ -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.