From: Andrew Cagney Date: Tue, 25 Nov 1997 02:28:05 +0000 (+0000) Subject: Handle case where sizeof long != sizeof int when examining a union. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d440e85e4301e341903d0fd8511b85b8807833e5;p=binutils-gdb.git Handle case where sizeof long != sizeof int when examining a union. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9c0a2377d69..5fc61e43176 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,33 @@ +Tue Nov 25 12:46:36 1997 Andrew Cagney + + * 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 + + * gdb.base/langs.exp: For "continue to exit" ignore any trailing + output. + +Fri Oct 17 13:24:43 1997 Stan Shebs + + * 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 + * 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.