aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-02-11 23:35:07 +0000
committerChris Demetriou <cgd@google.com>2002-02-11 23:35:07 +0000
commit074e9cb8653eb4a111b71ec2bb4a096294724d7a (patch)
tree7574609106383d41ed472f90a2161cfa22a6e3d3 /sim/mips/ChangeLog
parent5111c622d6665c48b498c185b3e8493baaa1f88a (diff)
downloadgdb-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/ChangeLog7
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.