diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2001-01-02 16:34:07 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2001-01-02 16:34:07 +0000 |
commit | aed80daedfb2895a386538f2e25bd6e00fb7935c (patch) | |
tree | fce9f1c96c2484309084f7902e7c80433d56d04a /opcodes/ChangeLog | |
parent | 3d855632912f4bbfbd6c27dc78c08f2d65e9b638 (diff) | |
download | gdb-aed80daedfb2895a386538f2e25bd6e00fb7935c.zip gdb-aed80daedfb2895a386538f2e25bd6e00fb7935c.tar.gz gdb-aed80daedfb2895a386538f2e25bd6e00fb7935c.tar.bz2 |
* generalization
2001-01-02 Richard Sandiford <rsandifo@redhat.com>
* cgen-dis.c (hash_insn_array): Use bfd_put_bits().
(hash_insn_list): Likewise
* cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
(extract_1): Use bfd_get_bits().
(extract_normal): Apply sign extension to both extraction
methods.
* cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
(cgen_put_insn_value): Use bfd_put_bits()
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4eda874..a9a0645 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +2001-01-02 Richard Sandiford <rsandifo@redhat.com> + + * cgen-dis.c (hash_insn_array): Use bfd_put_bits(). + (hash_insn_list): Likewise + * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits(). + (extract_1): Use bfd_get_bits(). + (extract_normal): Apply sign extension to both extraction + methods. + * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits() + (cgen_put_insn_value): Use bfd_put_bits() + 2000-12-28 Frank Ch. Eigler <fche@redhat.com> * cgen-asm.in (parse_insn_normal): Print better error message for |