diff options
author | Dave Brolley <brolley@redhat.com> | 2000-03-30 20:21:37 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2000-03-30 20:21:37 +0000 |
commit | f8603f2f73616545002753298677e5639227a000 (patch) | |
tree | 347a0b49b3ce9e2b6ddfc3f27a611390b7c9e319 /sim/common/cgen-fpu.h | |
parent | 8310b29b55fa6a6d33400670331d3e6506773293 (diff) | |
download | gdb-f8603f2f73616545002753298677e5639227a000.zip gdb-f8603f2f73616545002753298677e5639227a000.tar.gz gdb-f8603f2f73616545002753298677e5639227a000.tar.bz2 |
2000-03-23 Dave Brolley <brolley@redhat.com>
* cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to
ftruncdfsf.
* cgen-accfp.c (fextsfdf): New function.
(ftruncdfsf): New function.
(cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf.
Diffstat (limited to 'sim/common/cgen-fpu.h')
-rw-r--r-- | sim/common/cgen-fpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/cgen-fpu.h b/sim/common/cgen-fpu.h index bb82a8c..bc3364e 100644 --- a/sim/common/cgen-fpu.h +++ b/sim/common/cgen-fpu.h @@ -100,8 +100,8 @@ struct cgen_fp_ops { /* SF/DF conversion ops */ - DF (*extsfdf) (CGEN_FPU*, SF); - SF (*truncdfsf) (CGEN_FPU*, DF); + DF (*fextsfdf) (CGEN_FPU*, SF); + SF (*ftruncdfsf) (CGEN_FPU*, DF); SF (*floatsisf) (CGEN_FPU*, SI); SF (*floatdisf) (CGEN_FPU*, DI); |