diff options
Diffstat (limited to 'gdb/dfp.h')
-rw-r--r-- | gdb/dfp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ #include "doublest.h" /* For DOUBLEST. */ #include "expression.h" /* For enum exp_opcode. */ -extern std::string decimal_to_string (const gdb_byte *, int, enum bfd_endian); +extern std::string decimal_to_string (const gdb_byte *, int, enum bfd_endian, + const char *format = nullptr); extern bool decimal_from_string (gdb_byte *, int, enum bfd_endian, std::string string); extern void decimal_from_longest (LONGEST from, gdb_byte *to, |