diff options
author | Tom Tromey <tromey@redhat.com> | 2014-02-21 10:33:42 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-06-04 09:24:27 -0600 |
commit | 8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9 (patch) | |
tree | 93cb713503e1e533b60619692d6529ed82bfca18 /gdb/ChangeLog | |
parent | 03388bb71c1a1d1c613bb963f3d9287cfd100138 (diff) | |
download | gdb-8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9.zip gdb-8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9.tar.gz gdb-8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9.tar.bz2 |
convert to_thread_address_space to use TARGET_DEFAULT_FUNC
This converts to_thread_address_space to use TARGET_DEFAULT_FUNC.
This method was one of a handful not using the normal target
delegation approach. The only rationale here is consistency in the
target vector.
Built and regtested on x86-64 Fedora 20.
2014-06-04 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (default_thread_address_space): New function.
(target_thread_address_space): Simplify.
* target.h (struct target_ops) <to_thread_address_space>: Add
TARGET_DEFAULT_FUNC.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d09a07f..8698393 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2014-06-04 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. + * target.c (default_thread_address_space): New function. + (target_thread_address_space): Simplify. + * target.h (struct target_ops) <to_thread_address_space>: Add + TARGET_DEFAULT_FUNC. + 2014-06-04 Doug Evans <xdje42@gmail.com> * guile/scm-type.c (type_smob): Remove duplicate typedef. |