diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:55:06 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:18 -0700 |
commit | 9e538d0d0bebe3230940a820c6ec1016f0795899 (patch) | |
tree | 89f3c763b28e06e36849a4d18915c87c17ef4f01 /gdb/ChangeLog | |
parent | f6fb29258bb410c212c7bcbc48fb1f715bfd3839 (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |