Target FP: Use target format throughout expression parsing
[deliverable/binutils-gdb.git] / gdb / doublest.h
index f249352921e18e6e4a00e507da65547bc7be437f..4b9d6bcbc916589526172ff2338dc900c0698de8 100644 (file)
@@ -74,6 +74,8 @@ extern const char *floatformat_mantissa (const struct floatformat *,
 extern std::string floatformat_to_string (const struct floatformat *fmt,
                                          const gdb_byte *in,
                                          const char *format = nullptr);
+extern bool floatformat_from_string (const struct floatformat *fmt,
+                                    gdb_byte *out, const std::string &in);
 
 /* Return the floatformat's total size in host bytes.  */
 
This page took 0.024509 seconds and 4 git commands to generate.