diff options
Diffstat (limited to 'gdb/dfp.h')
-rw-r--r-- | gdb/dfp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dfp.h b/gdb/dfp.h index 020b9ac411b..2f76043cda8 100644 --- a/gdb/dfp.h +++ b/gdb/dfp.h @@ -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, |