aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-20 06:42:05 +0000
committerChris Demetriou <cgd@google.com>2002-03-20 06:42:05 +0000
commit07892c0b5a8bd3d28209a0a81bad0f7846426099 (patch)
tree684161314986845e9c6293ee4d296892fd95c71b /sim/mips/ChangeLog
parent487f79b73c51d10c9a9f596fdc19348ed4e84566 (diff)
downloadgdb-07892c0b5a8bd3d28209a0a81bad0f7846426099.zip
gdb-07892c0b5a8bd3d28209a0a81bad0f7846426099.tar.gz
gdb-07892c0b5a8bd3d28209a0a81bad0f7846426099.tar.bz2
2002-03-19 Chris G. Demetriou <cgd@broadcom.com>
* cp1.c (fpu_format_name): New function to replace... (DOFMT): This. Delete, and update all callers. (fpu_rounding_mode_name): New function to replace... (RMMODE): This. Delete, and update all callers.
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 33dc00f..56f349b 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,5 +1,12 @@
2002-03-19 Chris G. Demetriou <cgd@broadcom.com>
+ * cp1.c (fpu_format_name): New function to replace...
+ (DOFMT): This. Delete, and update all callers.
+ (fpu_rounding_mode_name): New function to replace...
+ (RMMODE): This. Delete, and update all callers.
+
+2002-03-19 Chris G. Demetriou <cgd@broadcom.com>
+
* interp.c: Move FPU support routines from here to...
* cp1.c: Here. New file.
* Makefile.in (SIM_OBJS): Add cp1.o to object list.