aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-07-24 21:52:43 +0000
committerJeff Law <law@redhat.com>1998-07-24 21:52:43 +0000
commit73fe88bc9f2ee26a53145b6b113a7ca53441fa68 (patch)
tree7a0bd581ab2555b7c69c9977dca7c1f60205e124 /gdb
parent96909b926c59a374c4054e332d56212c3e42c6c5 (diff)
downloadgdb-73fe88bc9f2ee26a53145b6b113a7ca53441fa68.zip
gdb-73fe88bc9f2ee26a53145b6b113a7ca53441fa68.tar.gz
gdb-73fe88bc9f2ee26a53145b6b113a7ca53441fa68.tar.bz2
* gdb.disasm/am33.s: Add tests for autoincrement instructions.
* gdb.disasm/am33.exp: Run time. Update tests which use r8-r15 to use a0-a3/d0-d3 as needed.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 74bbf17..9073356 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,22 @@
+start-sanitize-am33
+Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
+
+ * gdb.disasm/am33.s: Add tests for autoincrement instructions.
+ * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
+ to use a0-a3/d0-d3 as needed.
+
+Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
+
+ * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
+ * gdb.disasm/am33.exp: Corresponding changes.
+
+end-sanitize-am33
+start-sanitize-gdbtk
+Tue Jul 14 16:11:11 1998 Keith Seitz <keiths@cygnus.com>
+
+ * configure.in: Fix sanitization start/end error.
+ * configure: Regenerate.
+end-sanitize-gdbtk
1998-07-11 Felix Lee <flee@cygnus.com>
* gdb.base/callfuncs.exp: add cmp10 test.