diff options
author | Chris Demetriou <cgd@google.com> | 2002-06-03 22:30:52 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-06-03 22:30:52 +0000 |
commit | e80fc1523d15f2ff344ab9ef6798765dab9ca0db (patch) | |
tree | 874033c1785d2f5e88e00923f3933bb7b5c2510c /sim/mips/ChangeLog | |
parent | bad673a9cb51c25370660c88887d0ad3b34b007b (diff) | |
download | gdb-e80fc1523d15f2ff344ab9ef6798765dab9ca0db.zip gdb-e80fc1523d15f2ff344ab9ef6798765dab9ca0db.tar.gz gdb-e80fc1523d15f2ff344ab9ef6798765dab9ca0db.tar.bz2 |
2002-06-03 Chris Demetriou <cgd@broadcom.com>
* cp1.c: fix formatting of switch case and default labels.
* interp.c: Likewise.
* sim-main.c: Likewise.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index d3408fc..ecdecf4 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,11 @@ 2002-06-03 Chris Demetriou <cgd@broadcom.com> + * cp1.c: fix formatting of switch case and default labels. + * interp.c: Likewise. + * sim-main.c: Likewise. + +2002-06-03 Chris Demetriou <cgd@broadcom.com> + * cp1.c: Clean up comments which describe FP formats. (FPQNaN_DOUBLE, FPQNaN_LONG): Generate using UNSIGNED64. |