aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-03 17:56:30 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-03 17:56:30 +0000
commit681447c6cf4773be5e346ed651b50abc6e48d3cf (patch)
treebb6d1cedbb1665a774170afde58d0c55ba02c1ec /opcodes
parente3e8b854c2c48fcc27a63dbabb4fb1b5ecd05130 (diff)
downloadgdb-681447c6cf4773be5e346ed651b50abc6e48d3cf.zip
gdb-681447c6cf4773be5e346ed651b50abc6e48d3cf.tar.gz
gdb-681447c6cf4773be5e346ed651b50abc6e48d3cf.tar.bz2
* m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
* m68k-dis.c (NEXTSINGLE): Change i to unsigned int. (NEXTDOUBLE): Likewise. (print_insn_m68k): Don't match fmoveml if there is more than one register in the list. (print_insn_arg): Handle a place of '8' for a type of 'L'.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 54027b3..6e95cc9 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+Fri Nov 3 12:45:31 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
+ * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
+ (NEXTDOUBLE): Likewise.
+ (print_insn_m68k): Don't match fmoveml if there is more than one
+ register in the list.
+ (print_insn_arg): Handle a place of '8' for a type of 'L'.
+
Thu Nov 2 23:06:33 1995 Ian Lance Taylor <ian@cygnus.com>
* m68k-opc.c: Use #W rather than #w.