diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-15 23:50:54 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-15 23:50:54 +0000 |
commit | 4ed1437f34af5ba40325daf2faaffc03dd2c76c3 (patch) | |
tree | e09271d8c283c6eeedeb07f6fd6660734036af31 /gdb/testsuite/ChangeLog | |
parent | ac9548059b9ca25c3d990925a6b0602ae932637b (diff) | |
download | gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.zip gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.tar.gz gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.tar.bz2 |
* config/sim-gdb.exp (gdb_target_sim): Remove setting of height
and width commands. This is done elsewhere.
* (gdb_start): Don't call gdb_start_sim here. That's already
done in gdb_load. This fixes lots of failures in default.exp.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 844a25b..e025f85 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com) + + * config/sim-gdb.exp (gdb_target_sim): Remove setting of height + and width commands. This is done elsewhere. + * (gdb_start): Don't call gdb_start_sim here. That's already + done in gdb_load. This fixes lots of failures in default.exp. + +Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com> + + From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>: + * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load. + * lib/gdb.exp (gdb_test): Treat failures due to program exiting + in the same we we treat other failures (since it may be an expected + condition), rather than as an error. + * gdb.base/signals.exp (test_handle_all_print): Revert back to + old test format. + Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com> * Makefile.in (clean mostlyclean): Also remove chill *.grt files. |