diff options
author | Chris Demetriou <cgd@google.com> | 2002-06-07 16:50:42 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-06-07 16:50:42 +0000 |
commit | 577d8c4b5a3d09fbf86eb5f6a68d7d1e94789e91 (patch) | |
tree | c0ae2732b25157d00914720a7caaad48c2a75bfb /sim/mips/ChangeLog | |
parent | 196496eda07d1faa8d71fbbf000fa09a05c8e908 (diff) | |
download | gdb-577d8c4b5a3d09fbf86eb5f6a68d7d1e94789e91.zip gdb-577d8c4b5a3d09fbf86eb5f6a68d7d1e94789e91.tar.gz gdb-577d8c4b5a3d09fbf86eb5f6a68d7d1e94789e91.tar.bz2 |
2002-06-07 Chris Demetriou <cgd@broadcom.com>
* cp1.c (convert): Remove unusable debugging code, and move MIPS
rounding mode to sim FP rounding mode flag conversion code into...
(rounding_mode): New function.
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 0afcde9..8d8e30e 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,11 @@ 2002-06-07 Chris Demetriou <cgd@broadcom.com> + * cp1.c (convert): Remove unusable debugging code, and move MIPS + rounding mode to sim FP rounding mode flag conversion code into... + (rounding_mode): New function. + +2002-06-07 Chris Demetriou <cgd@broadcom.com> + * cp1.c: Clean up formatting of a few comments. (value_fpr): Reformat switch statement. |