* vax-nat.c: New file.
[deliverable/binutils-gdb.git] / sim / common / cgen-fpu.h
index bb82a8c8d8a4e8533eab47f6fb1240d7acd0ba92..bc3364e00cd8302f6d44baaaf7e59a29eeaf6a9d 100644 (file)
@@ -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);
This page took 0.022877 seconds and 4 git commands to generate.