diff options
author | Dave Brolley <brolley@redhat.com> | 2001-11-14 20:07:27 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2001-11-14 20:07:27 +0000 |
commit | 1c00926451110033d3d2c02fbb47b39855f885c4 (patch) | |
tree | 063b3f7ae634f345346b5011b31647fd5ccce012 /opcodes/ChangeLog | |
parent | bebd2b3536bce3bb1d50eff76e51a50310fb29e5 (diff) | |
download | gdb-1c00926451110033d3d2c02fbb47b39855f885c4.zip gdb-1c00926451110033d3d2c02fbb47b39855f885c4.tar.gz gdb-1c00926451110033d3d2c02fbb47b39855f885c4.tar.bz2 |
2001-11-14 Dave Brolley <brolley@redhat.com>
* cgen-dis.c (count_decodable_bits): New function.
(add_insn_to_hash_chain): New function.
(hash_insn_array): Call add_insn_to_hash_chain.
(hash_insn_list): Call add_insn_to_hash_chain.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b041d52..e4117bc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2001-11-14 Dave Brolley <brolley@redhat.com> + * cgen-dis.c (count_decodable_bits): New function. + (add_insn_to_hash_chain): New function. + (hash_insn_array): Call add_insn_to_hash_chain. + (hash_insn_list): Call add_insn_to_hash_chain. * m32r-dis.c: Regenerated. * fr30-dis.c: Regenerated. |