summaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-06-07 16:43:19 +0000
committerChris Demetriou <cgd@google.com>2002-06-07 16:43:19 +0000
commitadabc33b577f9475f91d3175055aa33497462c7c (patch)
treeada82f3795fd17278e7fd8ba3e30734f5aca8827 /sim/mips/ChangeLog
parent62e8b8bcdd5eef5e2328bf6e139f6c80793cd9f1 (diff)
downloadgdb-adabc33b577f9475f91d3175055aa33497462c7c.tar.gz
2002-06-07 Chris Demetriou <cgd@broadcom.com>
* cp1.c: Clean up formatting of a few comments. (value_fpr): Reformat switch statement.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r--sim/mips/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index dff7b807072..0afcde95552 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-07 Chris Demetriou <cgd@broadcom.com>
+
+ * cp1.c: Clean up formatting of a few comments.
+ (value_fpr): Reformat switch statement.
+
2002-06-06 Chris Demetriou <cgd@broadcom.com>
Ed Satterthwaite <ehs@broadcom.com>