aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:55:06 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:18 -0700
commit9e538d0d0bebe3230940a820c6ec1016f0795899 (patch)
tree89f3c763b28e06e36849a4d18915c87c17ef4f01 /gdb/ChangeLog
parentf6fb29258bb410c212c7bcbc48fb1f715bfd3839 (diff)
downloadgdb-9e538d0d0bebe3230940a820c6ec1016f0795899.zip
gdb-9e538d0d0bebe3230940a820c6ec1016f0795899.tar.gz
gdb-9e538d0d0bebe3230940a820c6ec1016f0795899.tar.bz2
convert to_core_of_thread
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_core_of_thread): Unconditionally delegate. * target.h (struct target_ops) <to_core_of_thread>: Use TARGET_DEFAULT_RETURN.
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 56e62e0..7c489a9 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_core_of_thread): Unconditionally delegate.
+ * target.h (struct target_ops) <to_core_of_thread>: Use
+ TARGET_DEFAULT_RETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_flash_done): Unconditionally delegate.
* target.h (struct target_ops) <to_flash_done>: Use
TARGET_DEFAULT_NORETURN.