convert to_thread_architecture
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_thread_architecture. * target.h (struct target_ops) <to_thread_architecture>: Use TARGET_DEFAULT_FUNC.
This commit is contained in:
parent
fe31bf5b9e
commit
43eba18084
4 changed files with 21 additions and 4 deletions
|
@ -678,7 +678,7 @@ update_current_target (void)
|
|||
/* Do not inherit to_get_thread_local_address. */
|
||||
/* Do not inherit to_can_execute_reverse. */
|
||||
/* Do not inherit to_execution_direction. */
|
||||
INHERIT (to_thread_architecture, t);
|
||||
/* Do not inherit to_thread_architecture. */
|
||||
/* Do not inherit to_read_description. */
|
||||
INHERIT (to_get_ada_task_ptid, t);
|
||||
/* Do not inherit to_search_memory. */
|
||||
|
@ -748,8 +748,6 @@ update_current_target (void)
|
|||
de_fault (to_stop,
|
||||
(void (*) (struct target_ops *, ptid_t))
|
||||
target_ignore);
|
||||
de_fault (to_thread_architecture,
|
||||
default_thread_architecture);
|
||||
current_target.to_read_description = NULL;
|
||||
de_fault (to_get_ada_task_ptid,
|
||||
(ptid_t (*) (struct target_ops *, long, long))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue