summaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/target.c b/gdb/target.c
index 3cf44722b75..6871e94694a 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -486,8 +486,7 @@ update_current_target (void)
INHERIT (to_find_memory_regions, t);
INHERIT (to_make_corefile_notes, t);
INHERIT (to_get_thread_local_address, t);
- INHERIT (to_get_exec_direction, t);
- INHERIT (to_set_exec_direction, t);
+ INHERIT (to_can_execute_reverse, t);
/* Do not inherit to_read_description. */
/* Do not inherit to_search_memory. */
INHERIT (to_magic, t);