diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-14 20:00:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-14 20:00:34 +0000 |
commit | 448ff99268d7e1191c96d97448610904d83e2fe4 (patch) | |
tree | d199dafa75886ebeccb488b3fb92852c910b24f9 /opcodes | |
parent | f6570d60109beaee24618fcc87c0feecdf5e49dd (diff) | |
download | gdb-448ff99268d7e1191c96d97448610904d83e2fe4.zip gdb-448ff99268d7e1191c96d97448610904d83e2fe4.tar.gz gdb-448ff99268d7e1191c96d97448610904d83e2fe4.tar.bz2 |
* m68k-dis.c (ext_format_68881): Don't declare.
(print_insn_m68k): If an instruction uses place 'i', it uses at
least four fixed bytes.
(print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
extended float, convert to double using floatformat_to_double, not
ieee_extended_to_double, and fetch the data before converting it.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 93ab20c..31fbf69 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * m68k-dis.c (ext_format_68881): Don't declare. + (print_insn_m68k): If an instruction uses place 'i', it uses at + least four fixed bytes. + (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For + extended float, convert to double using floatformat_to_double, not + ieee_extended_to_double, and fetch the data before converting it. + Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * mips-opc.c: It's sqrt.s, not sqrt.w. From |