diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-10 22:43:53 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-10 22:43:53 +0000 |
commit | 729258a3a0bc8b1c64c4cc36f91e0483b4773365 (patch) | |
tree | 8c9a47112a8c4c3104179ba28c82891c209cf6a4 /gdb/testsuite/ChangeLog | |
parent | 36e73225e6d9932e9391dee5d1f8ffa8728ad133 (diff) | |
download | gdb-729258a3a0bc8b1c64c4cc36f91e0483b4773365.zip gdb-729258a3a0bc8b1c64c4cc36f91e0483b4773365.tar.gz gdb-729258a3a0bc8b1c64c4cc36f91e0483b4773365.tar.bz2 |
* gdb.t16/printcmd.exp: Don't print variables before running program.
* gdb.t06/break.exp: Don't require envp argument to main.
* gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
* gdb.t02/whatis.exp, gdb.t11/list.exp:
Add xfails for rs6000.
* gdb.t02/whatis.exp: Re-write other tests
not to re-test something we already tested.
* gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
each type used has a variable of that type.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 708ac7a..94884e1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,32 @@ +Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com) + + * gdb.t16/printcmd.exp: Don't print variables before running program. + + * gdb.t06/break.exp: Don't require envp argument to main. + + * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword. + + * gdb.t02/whatis.exp, gdb.t11/list.exp: + Add xfails for rs6000. + + * gdb.t02/whatis.exp: Re-write other tests + not to re-test something we already tested. + + * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure + each type used has a variable of that type. + +Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com) + + * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure. + +Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * configure.in: change srctrigger to be a file, not a directory + Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com) + * configure.in (mips-idt-ecoff*): Added trailing '*'. + * gdb.t11/list.exp: Fixed a couple of typos. Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com) |