diff options
author | John Healy <jhealy@redhat.com> | 2001-10-12 18:28:57 +0000 |
---|---|---|
committer | John Healy <jhealy@redhat.com> | 2001-10-12 18:28:57 +0000 |
commit | 6e9a3f4d034f998ffbf6128aae3a26d6745832a5 (patch) | |
tree | 455cd80ef5b322f5fd0300f4a0c4e481d1698b7a /opcodes/ChangeLog | |
parent | 55159471487c64f3b5c9f10db45d24421725e2c8 (diff) | |
download | gdb-6e9a3f4d034f998ffbf6128aae3a26d6745832a5.zip gdb-6e9a3f4d034f998ffbf6128aae3a26d6745832a5.tar.gz gdb-6e9a3f4d034f998ffbf6128aae3a26d6745832a5.tar.bz2 |
2001-10-12 John Healy <jhealy@redhat.com>
* cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
for the length when extracting the base part of the insn.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b0ef719..e241f60 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2001-10-12 John Healy <jhealy@redhat.com> + + * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8) + for the length when extracting the base part of the insn. + 2001-10-09 Bruno Haible <haible@clisp.cons.org> * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive |