aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07344d9..abf609c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
+
+ * config.in: Regenerate.
+
2008-01-08 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (ada_convert_actual): Renames convert_actual.
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