diff options
author | Stafford Horne <shorne@gmail.com> | 2019-06-13 21:27:10 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2019-06-13 21:27:10 +0900 |
commit | 688cea90bc0af3a0188695a25f5c4e8db4ef763b (patch) | |
tree | df3335611ca384e08a86a3e42fe3f6e66593d2ba /sim/common/ChangeLog | |
parent | 7ccbb4437a29896955a6ff3b0406b1cc2a7f6fe2 (diff) | |
download | gdb-688cea90bc0af3a0188695a25f5c4e8db4ef763b.zip gdb-688cea90bc0af3a0188695a25f5c4e8db4ef763b.tar.gz gdb-688cea90bc0af3a0188695a25f5c4e8db4ef763b.tar.bz2 |
sim/common: Wire in df/di conversion
Up until now these have not been used in any CGEN targets, add them as
they are now used by OpenRISC.
sim/common/ChangeLog:
* cgen-accfp.c (floatdidf, fixdfdi): New functions.
(cgen_init_accurate_fpu): Add floatdidf and fixdfdi.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index fce4702..7b0e617 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2019-06-13 Stafford Horne <shorne@gmail.com> + + * cgen-accfp.c (floatdidf, fixdfdi): New functions. + (cgen_init_accurate_fpu): Add floatdidf and fixdfdi. + 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com> * cgen-ops.h (SUBWORDXFSI): Compare HOST_BYTE_ORDER not |