binutils ChangeLog:
[deliverable/binutils-gdb.git] / include / floatformat.h
index 3d0fd7a87ad8bf2ee1ac2187ac373aceb1d8017b..a8244ada5c7267e8229e1cceb37e0795e0ac8c8d 100644 (file)
@@ -80,6 +80,9 @@ struct floatformat
 
   /* Internal name for debugging. */
   const char *name;
+
+  /* Validator method.  */
+  int (*is_valid) PARAMS ((const struct floatformat *fmt, const char *from));
 };
 
 /* floatformats for IEEE single and double, big and little endian.  */
This page took 0.023922 seconds and 4 git commands to generate.