diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-08-11 23:20:05 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-08-11 23:20:05 +0000 |
commit | 3d67be836afc202f415e3f2a550b751daa137ea9 (patch) | |
tree | ca8f3ac5e80b239a08ae56856fddf12d19db99d2 /gdb/testsuite/ChangeLog | |
parent | be8fb42bc59b5e593fc259b4d2cd2fefe98fba33 (diff) | |
download | gdb-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/ChangeLog | 10 |
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. |