aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7303c32..abb224d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2016-03-09 Pedro Alves <palves@redhat.com>
+ * doublest.c (floatformat_totalsize_bytes): New function.
+ (floatformat_from_type): Assert that the type's length is at least
+ as long as the floatformat's totalsize.
+ * doublest.h (floatformat_totalsize_bytes): New declaration.
+ * gdbtypes.c (arch_float_type): Assert that the type's length is
+ at least as long as the floatformat's totalsize.
+
+2016-03-09 Pedro Alves <palves@redhat.com>
+
* hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
format to floatformats_ieee_double.