aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a4377a9..821ec53 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2014-02-26 Pedro Alves <palves@redhat.com>
+
+ * remote-mips.c (mips_xfer_memory): Adjust as to_xfer_partial
+ helper.
+ (mips_xfer_partial): New function.
+ (_initialize_remote_mips): Don't install a deprecated_xfer_memory
+ hook. Install a to_xfer_partial hook.
+
2014-02-26 Joel Brobecker <brobecker@adacore.com>
* gdbtypes.h (create_array_type_with_stride): Add declaration.