diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 001e40d..b6aba7d 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -503,6 +503,9 @@ /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN +/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ +#undef PRINTF_HAS_DECFLOAT + /* Define to 1 if the "%Lg" format works to print long doubles. */ #undef PRINTF_HAS_LONG_DOUBLE |