aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-08-11 23:20:05 +0000
committerMichael Snyder <msnyder@vmware.com>2003-08-11 23:20:05 +0000
commit3d67be836afc202f415e3f2a550b751daa137ea9 (patch)
treeca8f3ac5e80b239a08ae56856fddf12d19db99d2 /gdb/testsuite/ChangeLog
parentbe8fb42bc59b5e593fc259b4d2cd2fefe98fba33 (diff)
downloadgdb-3d67be836afc202f415e3f2a550b751daa137ea9.zip
gdb-3d67be836afc202f415e3f2a550b751daa137ea9.tar.gz
gdb-3d67be836afc202f415e3f2a550b751daa137ea9.tar.bz2
2003-07-22 Michael Snyder <msnyder@redhat.com>
* gdb.disasm/8300s.s: Fix syntax of bsr insn. * gdb.disasm/h8300s.exp : Minor changes in disassembler output require patterns to be more general, accepting old and new output. Some output chars (such as '+') also must be quoted. Some addresses are displayed numerically instead of symbolically.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f6c999c..69f4174 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -61,6 +61,16 @@
From Kei Sakamoto <sakamoto.kei@renesas.com>:
* gdb.base/relocate.c (dummy): New padding array.
+2003-07-22 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.disasm/8300s.s: Fix syntax of bsr insn.
+
+ * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
+ patterns to be more general, accepting old and new output.
+ Some output chars (such as '+') also must be quoted.
+ Some addresses are displayed numerically instead of
+ symbolically.
+
2003-07-23 Michael Snyder <msnyder@redhat.com>
* gdb.base/return2.exp: Don't test long-long return.