aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 20:22:36 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:26 -0700
commit05969c841a349cbc9d628650b37d684526368445 (patch)
treeb6c2756a70f230e9dc8e41413b9b994317003792 /gdb/ChangeLog
parent3679abfabcafc0bd855c30b264d9260d7b77da53 (diff)
downloadgdb-05969c841a349cbc9d628650b37d684526368445.zip
gdb-05969c841a349cbc9d628650b37d684526368445.tar.gz
gdb-05969c841a349cbc9d628650b37d684526368445.tar.bz2
convert to_goto_record
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_goto_record): Unconditionally delegate. * target.h (struct target_ops) <to_goto_record>: 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 a241251..9feb448 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_goto_record): Unconditionally delegate.
+ * target.h (struct target_ops) <to_goto_record>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_insn_history): Unconditionally delegate.
* target.h (struct target_ops) <to_insn_history>: Use
TARGET_DEFAULT_NORETURN.