aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-26 18:53:18 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-26 18:53:18 +0000
commit2ef564d268d3921ddf338d50ae33cbdad8ec3c62 (patch)
tree4767293c00c37aeacb795754e6e718d4eea66e7e /opcodes
parentfa802cb057576e19a6e6fe4c4609ba695676eee4 (diff)
downloadgdb-2ef564d268d3921ddf338d50ae33cbdad8ec3c62.zip
gdb-2ef564d268d3921ddf338d50ae33cbdad8ec3c62.tar.gz
gdb-2ef564d268d3921ddf338d50ae33cbdad8ec3c62.tar.bz2
Wed Feb 26 13:38:30 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k-dis.c (NEXTSINGLE, NEXTDOUBLE, NEXTEXTEND): Use floatformat_to_double to make portable. (print_insn_arg): Use NEXTEXTEND macro when extracting extended precision float.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 55a3536..d8886b5 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,20 @@
+Wed Feb 26 13:38:30 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * m68k-dis.c (NEXTSINGLE, NEXTDOUBLE, NEXTEXTEND): Use
+ floatformat_to_double to make portable.
+ (print_insn_arg): Use NEXTEXTEND macro when extracting extended
+ precision float.
+
+Mon Feb 24 19:26:12 1997 Dawn Perchik <dawn@cygnus.com>
+
+ * mips-opc.c: Initialize mips_opcodes to mips_builtin_opcodes,
+ and bfd_mips_num_opcodes to bfd_mips_num_builtin_opcodes.
+
+Mon Feb 24 15:19:01 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
+
+ * d10v-dis.c, d10v-opc.c: Change pre_defined_registers to
+ d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
+
start-sanitize-tic80
Mon Feb 24 14:33:26 1997 Fred Fish <fnf@cygnus.com>