diff options
author | Fred Fish <fnf@specifix.com> | 1993-02-24 16:10:41 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-02-24 16:10:41 +0000 |
commit | 16aa4b532e1bf12c14c1232f283a9cfc6466c926 (patch) | |
tree | c557b577f6063c08e577b406c1863a5780ec8121 | |
parent | 8fbdca53aaf4d6d794f66496171d4b9aea8272d4 (diff) | |
download | gdb-16aa4b532e1bf12c14c1232f283a9cfc6466c926.zip gdb-16aa4b532e1bf12c14c1232f283a9cfc6466c926.tar.gz gdb-16aa4b532e1bf12c14c1232f283a9cfc6466c926.tar.bz2 |
**** start-sanitize-chill ****
* gdb.t31/chillvars.exp (test_structs): New proc to test printing
of Chill STRUCT types and STRUCT values.
* gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
than "char".
* gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
struct2): New struct definitions and initializations to test
simple Chill STRUCT types.
**** end-sanitize-chill ****
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7ba8fce..c65f351 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,15 @@ +Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com) + + **** start-sanitize-chill **** + * gdb.t31/chillvars.exp (test_structs): New proc to test printing + of Chill STRUCT types and STRUCT values. + * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather + than "char". + * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, + struct2): New struct definitions and initializations to test + simple Chill STRUCT types. + **** end-sanitize-chill **** + Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com) * gdb.t00/teststrategy.exp: Track reversion in gdb to not print |