diff options
author | Chris Demetriou <cgd@google.com> | 2002-06-12 23:20:56 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-06-12 23:20:56 +0000 |
commit | 95fd5cee7d75ef350b51684e7977872a6bd6b58e (patch) | |
tree | f12217c0261fdbeab54ea27867cbb2b73329651c /sim/mips/ChangeLog | |
parent | 4f0d55aeaa185efceb37c913ab85c7ae14b35f02 (diff) | |
download | gdb-95fd5cee7d75ef350b51684e7977872a6bd6b58e.zip gdb-95fd5cee7d75ef350b51684e7977872a6bd6b58e.tar.gz gdb-95fd5cee7d75ef350b51684e7977872a6bd6b58e.tar.bz2 |
2002-06-12 Chris Demetriou <cgd@broadcom.com>
* mips.igen (MOVN, MOVZ): Trace result.
(TNEI): Print "tnei" as the opcode name in traces.
(CEIL.W): Add disassembly string for traces.
(RSQRT.fmt): Make location of disassembly string consistent
with other instructions.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 6c11e30..58f3fa7 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,13 @@ 2002-06-12 Chris Demetriou <cgd@broadcom.com> + * mips.igen (MOVN, MOVZ): Trace result. + (TNEI): Print "tnei" as the opcode name in traces. + (CEIL.W): Add disassembly string for traces. + (RSQRT.fmt): Make location of disassembly string consistent + with other instructions. + +2002-06-12 Chris Demetriou <cgd@broadcom.com> + * mips.igen (X): Delete unused function. 2002-06-08 Andrew Cagney <cagney@redhat.com> |