aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8caa93a..efac94e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
+
+ * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
+ (DOUBLEST_SCAN_FORMAT): Likewise.
+ * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
+ * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
+ * c-exp.y (parse_number): Likewise.
+ * jv-exp.y (parse_number): Likewise.
+ * objc-exp.y (parse_number): Likewise.
+ * p-exp.y (parse_number): Likewise.
+
2008-01-09 Joel Brobecker <brobecker@adacore.com>
* gdbtypes.c (create_array_type): Add handling of null Ada arrays.