summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8f66078450..21b086c9d4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2018-01-24 Pedro Alves <palves@redhat.com>
+
+ GCC PR libstdc++/83906
+ * gdbtypes.c (operator==(const dynamic_prop &,
+ const dynamic_prop &)): New.
+ (operator==(const range_bounds &, const range_bounds &)): New.
+ (check_types_equal): Use them instead of memcmp.
+ * gdbtypes.h (operator==(const dynamic_prop &,
+ const dynamic_prop &)): Declare.
+ (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
+ (operator==(const range_bounds &, const range_bounds &)): Declare.
+ (operator!=(const range_bounds &, const range_bounds &)): Declare.
+
2018-01-22 Maciej W. Rozycki <macro@mips.com>
* MAINTAINERS: Update my company e-mail address.