aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJohn Healy <jhealy@redhat.com>2001-09-30 20:06:37 +0000
committerJohn Healy <jhealy@redhat.com>2001-09-30 20:06:37 +0000
commit545ae5014fb7b3092766957ba9197f1e535e4673 (patch)
tree6042b3f5020c75e53a4adda57c69a18d73f9098e /opcodes/ChangeLog
parentefc3ee7f589db27b3d0699b785da39bbcf5b92eb (diff)
downloadgdb-545ae5014fb7b3092766957ba9197f1e535e4673.zip
gdb-545ae5014fb7b3092766957ba9197f1e535e4673.tar.gz
gdb-545ae5014fb7b3092766957ba9197f1e535e4673.tar.bz2
2001-09-30 John Healy <jhealy@redhat.com>
* cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits calls to cgen_get_insn_value and cgen_put_insn_value calls. (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index dd895a4..fef5a03 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-30 John Healy <jhealy@redhat.com>
+
+ * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
+ calls to cgen_get_insn_value and cgen_put_insn_value calls.
+ (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
+
2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
* Makefile.am: Update dependencies with "make dep-am".