diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-05 22:25:06 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-05 22:25:06 +0000 |
commit | 97a88e93bee4c41295a04cf7d4b3903e8357d6b0 (patch) | |
tree | 63c639d408a325d6c59ba840b80ad90a8034bd2b /sim | |
parent | 86b77b471b497fe282bffc264d459a34f5f29822 (diff) | |
download | gdb-97a88e93bee4c41295a04cf7d4b3903e8357d6b0.zip gdb-97a88e93bee4c41295a04cf7d4b3903e8357d6b0.tar.gz gdb-97a88e93bee4c41295a04cf7d4b3903e8357d6b0.tar.bz2 |
fix month on 4 of my recent entries (*sigh*)
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index c6075ea..f4f5892 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -2,16 +2,16 @@ * mips.igen: Fix formatting of all SignalException calls. -2002-02-05 Chris Demetriou <cgd@broadcom.com> +2002-03-05 Chris Demetriou <cgd@broadcom.com> * sim-main.h (SIGNEXTEND): Remove. -2002-02-04 Chris Demetriou <cgd@broadcom.com> +2002-03-04 Chris Demetriou <cgd@broadcom.com> * mips.igen: Remove gencode comment from top of file, fix spelling in another comment. -2002-02-04 Chris Demetriou <cgd@broadcom.com> +2002-03-04 Chris Demetriou <cgd@broadcom.com> * mips.igen (check_fmt, check_fmt_p): New functions to check whether specific floating point formats are usable. @@ -22,7 +22,7 @@ (do_c_cond_fmt): Remove format checks... (C.cond.fmta, C.cond.fmtb): And move them into all callers. -2002-02-03 Chris Demetriou <cgd@broadcom.com> +2002-03-03 Chris Demetriou <cgd@broadcom.com> * mips.igen: Fix formatting of check_fpu calls. |