aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorPeter Gavin <pgavin@gmail.com>2017-12-09 05:57:25 +0900
committerStafford Horne <shorne@gmail.com>2017-12-12 23:41:43 +0900
commit07b95864f35f19636e2a95eaf3083a8b18ac7cda (patch)
tree5ebfa4d1d728e6625c033a9c8cf90f3e45468ded /sim/common/ChangeLog
parent638d913757609367eea219d00296a0a3d45010c2 (diff)
downloadgdb-07b95864f35f19636e2a95eaf3083a8b18ac7cda.zip
gdb-07b95864f35f19636e2a95eaf3083a8b18ac7cda.tar.gz
gdb-07b95864f35f19636e2a95eaf3083a8b18ac7cda.tar.bz2
sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])
* sim/common/ChangeLog: 2017-12-12 Peter Gavin <pgavin@gmail.com> Stafford Horne <shorne@gmail.com> * cgen-accfp.c (remsf, remdf): New function. (cgen_init_accurate_fpu): Add remsf and remdf. * cgen-fpu.h (cgen_fp_ops): Add remsf, remdf, remxf and remtf. * sim-fpu.c (sim_fpu_rem): New function. * sim-fpu.h (sim_fpu_status_invalid_irx): New enum. (sim_fpu_rem): New function. (sim_fpu_print_status): Add case for sim_fpu_status_invalid_irx.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 8b39609..091ca42 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,14 @@
+2017-12-12 Peter Gavin <pgavin@gmail.com>
+ Stafford Horne <shorne@gmail.com>
+
+ * cgen-accfp.c (remsf, remdf): New function.
+ (cgen_init_accurate_fpu): Add remsf and remdf.
+ * cgen-fpu.h (cgen_fp_ops): Add remsf, remdf, remxf and remtf.
+ * sim-fpu.c (sim_fpu_rem): New function.
+ * sim-fpu.h (sim_fpu_status_invalid_irx): New enum.
+ (sim_fpu_rem): New function.
+ (sim_fpu_print_status): Add case for sim_fpu_status_invalid_irx.
+
2017-09-06 John Baldwin <jhb@FreeBSD.org>
* acinclude.m4 (SIM_AC_COMMON): Honor existing CC_FOR_BUILD in