Target FP: Handle interfaces to scripting languages
[deliverable/binutils-gdb.git] / gdb / target-float.h
index 466dd1b5c854d4c8ac93fa649a5fe7a12273c0bf..4ac88efb261f9696c086e878d4d15df3e8749125 100644 (file)
@@ -42,6 +42,11 @@ extern void target_float_from_longest (gdb_byte *addr,
 extern void target_float_from_ulongest (gdb_byte *addr,
                                        const struct type *type,
                                        ULONGEST val);
+extern double target_float_to_host_double (const gdb_byte *addr,
+                                          const struct type *type);
+extern void target_float_from_host_double (gdb_byte *addr,
+                                          const struct type *type,
+                                          double val);
 extern void target_float_convert (const gdb_byte *from,
                                  const struct type *from_type,
                                  gdb_byte *to, const struct type *to_type);
This page took 0.023461 seconds and 4 git commands to generate.