diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-05 03:09:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-05 03:09:53 +0000 |
commit | 84dd1cffbfb45e0c053a481bc94ddebe1adb3c04 (patch) | |
tree | d0ea6c6d916ac11dad7e4f26c90a0d7c07151c24 /opcodes/ChangeLog | |
parent | e4b29ec6bd61c158e724fa7eef2b95df7947e27e (diff) | |
download | gdb-84dd1cffbfb45e0c053a481bc94ddebe1adb3c04.zip gdb-84dd1cffbfb45e0c053a481bc94ddebe1adb3c04.tar.gz gdb-84dd1cffbfb45e0c053a481bc94ddebe1adb3c04.tar.bz2 |
* pdp11-opc.c: Fix "mark" operand type. Fix operand types
for float opcodes that take float operands. Add alternate
names (xxxD vs. xxxF) for float opcodes.
* pdp11-dis.c (print_operand): Clean up formatting for mode 67.
(print_foperand): New function to handle float opcode operands.
(print_insn_pdp11): Use print_foperand to disassemble float ops.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a7b5e13..aba81ba 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2002-03-05 Paul Koning <pkoning@equallogic.com> + + * pdp11-opc.c: Fix "mark" operand type. Fix operand types + for float opcodes that take float operands. Add alternate + names (xxxD vs. xxxF) for float opcodes. + * pdp11-dis.c (print_operand): Clean up formatting for mode 67. + (print_foperand): New function to handle float opcode operands. + (print_insn_pdp11): Use print_foperand to disassemble float ops. + 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com> * po/de.po: Updated. |