diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 18 | ||||
-rw-r--r-- | gdb/testsuite/config/m32r.exp | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e09a432..5f1d2bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +start-sanitize-m32r +Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cleaver.cygnus.com> + + * config/m32r.exp: New file. +end-sanitize-m32r + +Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com) + + * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so + that cflags can contains -gstabs, and work correctly for other tests. + Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cleaver.cygnus.com> * gdb.base/setshow.exp: New file, tests show and set. @@ -5,6 +16,13 @@ Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cleaver.cygnus.com> * gdb.base/help.exp: Add test for help set|show annotate. * gdb.base/default.exp: Add test for set|show annotate. +Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com) + + * testsuite/gdb.base/break.exp: Make backtrace from factorial + errors unique. + * testsuite/gdb.base/nodebug.exp: Whack out all -g options + explicitly. + Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com) * config/sim-gdb.exp (gdb_target_sim): Remove setting of height diff --git a/gdb/testsuite/config/m32r.exp b/gdb/testsuite/config/m32r.exp new file mode 100644 index 0000000..1a2f7a9 --- /dev/null +++ b/gdb/testsuite/config/m32r.exp @@ -0,0 +1 @@ +load_lib ../config/monitor.exp |