1999-02-11 Martin Hunt <hunt@cygnus.com>
+ * gdbtk-variable.c (variable_format): Enable binary format.
+
+1999-02-11 Martin Hunt <hunt@cygnus.com>
+
* gdbtk-hooks.c: Change ALL Tcl_Eval calls in hooks to
call report_error() if there are errors.
if (STREQN (fmt, "natural", len))
var->format = FORMAT_NATURAL;
else if (STREQN (fmt, "binary", len))
- var->format = FORMAT_NATURAL;
+ var->format = FORMAT_BINARY;
else if (STREQN (fmt, "decimal", len))
var->format = FORMAT_DECIMAL;
else if (STREQN (fmt, "hexadecimal", len))