aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:50:56 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:17 -0700
commite8a6c6ace9d2cc7fa94f8adb81aba5181f77442c (patch)
tree58f12fdbd76633fd8cffa0d5ac77329788583848 /gdb/ChangeLog
parent7e35c012fb79ca35105f0d1b299014adef61be88 (diff)
downloadgdb-e8a6c6ace9d2cc7fa94f8adb81aba5181f77442c.zip
gdb-e8a6c6ace9d2cc7fa94f8adb81aba5181f77442c.tar.gz
gdb-e8a6c6ace9d2cc7fa94f8adb81aba5181f77442c.tar.bz2
convert to_flash_erase
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_flash_erase): Unconditionally delegate. * target.h (struct target_ops) <to_flash_erase>: Use TARGET_DEFAULT_NORETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c9b2017..f15d678 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,13 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
+ * target.c (target_flash_erase): Unconditionally delegate.
+ * target.h (struct target_ops) <to_flash_erase>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_get_section_table): Unconditionally delegate.
* target.h (struct target_ops) <to_get_section_table>: Use
TARGET_DEFAULT_RETURN.