diff options
author | Chris Demetriou <cgd@google.com> | 2002-02-11 02:19:38 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-02-11 02:19:38 +0000 |
commit | 20ae00985d69195b9f777f19fe0c113672ba2f1c (patch) | |
tree | 836b968f222c6d25f0716e12b96131ef83a02cce /sim/mips/ChangeLog | |
parent | d426c6b07f24df631df0e290bf3034b61498aee5 (diff) | |
download | gdb-20ae00985d69195b9f777f19fe0c113672ba2f1c.zip gdb-20ae00985d69195b9f777f19fe0c113672ba2f1c.tar.gz gdb-20ae00985d69195b9f777f19fe0c113672ba2f1c.tar.bz2 |
2002-02-10 Chris Demetriou cgd@sibyte.com
* mips.igen (ADDI): Print immediate value.
(BREAK): Print code.
(DADDIU, DSRAV, DSRLV): Print correct instruction name.
(SLL): Print "nop" specially, and don't run the code
that does the shift for the "nop" case.
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 6a5f08f..b9d81c5 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,11 @@ +2002-02-10 Chris Demetriou cgd@sibyte.com + + * mips.igen (ADDI): Print immediate value. + (BREAK): Print code. + (DADDIU, DSRAV, DSRLV): Print correct instruction name. + (SLL): Print "nop" specially, and don't run the code + that does the shift for the "nop" case. + 2001-11-17 Fred Fish <fnf@redhat.com> * sim-main.h (float_operation): Move enum declaration outside |