aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-02-23 12:24:08 +0800
committerYao Qi <yao@codesourcery.com>2014-02-24 11:27:37 +0800
commit5c328c057e963faacc50796c650a5feb06762c67 (patch)
tree8e9c4f388e27f1997f3e95558ed8700b9a0650d9 /gdb/ChangeLog
parent605a662f6ad5841f77467727bad6611234f232cc (diff)
downloadgdb-5c328c057e963faacc50796c650a5feb06762c67.zip
gdb-5c328c057e963faacc50796c650a5feb06762c67.tar.gz
gdb-5c328c057e963faacc50796c650a5feb06762c67.tar.bz2
Remove TARGET_XFER_STATUS_ERROR_P
This patch removes macro TARGET_XFER_STATUS_ERROR_P, as Pedro pointed out during patches review that TARGET_XFER_STATUS_ERROR_P tends to be unnecessary. gdb: 2014-02-24 Yao Qi <yao@codesourcery.com> * target.h (TARGET_XFER_STATUS_ERROR_P): Remove. * corefile.c (read_memory): Adjusted. * target.c (target_write_with_progress): Adjusted.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3b199ac..01be0a3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-24 Yao Qi <yao@codesourcery.com>
+
+ * target.h (TARGET_XFER_STATUS_ERROR_P): Remove.
+ * corefile.c (read_memory): Adjusted.
+ * target.c (target_write_with_progress): Adjusted.
+
2014-02-23 Yao Qi <yao@codesourcery.com>
Revert two patches: