diff options
author | Chris Demetriou <cgd@google.com> | 2002-02-11 23:35:07 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-02-11 23:35:07 +0000 |
commit | 074e9cb8653eb4a111b71ec2bb4a096294724d7a (patch) | |
tree | 7574609106383d41ed472f90a2161cfa22a6e3d3 /sim/mips/ChangeLog | |
parent | 5111c622d6665c48b498c185b3e8493baaa1f88a (diff) | |
download | gdb-074e9cb8653eb4a111b71ec2bb4a096294724d7a.zip gdb-074e9cb8653eb4a111b71ec2bb4a096294724d7a.tar.gz gdb-074e9cb8653eb4a111b71ec2bb4a096294724d7a.tar.bz2 |
2002-02-11 Chris Demetriou <cgd@broadcom.com>
* mips.igen: Add some additional comments about supported
models, and about which instructions go where.
(BC1b, MFC0, MTC0, RFE): Sort supported models in the same
order as is used in the rest of the file.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index e7d21dc..97fa2ec 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,12 @@ 2002-02-11 Chris Demetriou <cgd@broadcom.com> + * mips.igen: Add some additional comments about supported + models, and about which instructions go where. + (BC1b, MFC0, MTC0, RFE): Sort supported models in the same + order as is used in the rest of the file. + +2002-02-11 Chris Demetriou <cgd@broadcom.com> + * mips.igen (ADD, ADDI, DADDI, DSUB, SUB): Add comment indicating that ALU32_END or ALU64_END are there to check for overflow. |