From 0de91722c6021504af3a1cc06c59d1961b2cc585 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Dec 2013 14:19:33 -0700 Subject: convert to_augmented_libraries_svr4_read 2014-02-19 Tom Tromey * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_augmented_libraries_svr4_read. * target.h (struct target_ops) : Use TARGET_DEFAULT_RETURN. --- gdb/target.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/target.c') diff --git a/gdb/target.c b/gdb/target.c index b874ce0..0178f56 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -713,7 +713,7 @@ update_current_target (void) /* Do not inherit to_traceframe_info. */ /* Do not inherit to_use_agent. */ /* Do not inherit to_can_use_agent. */ - INHERIT (to_augmented_libraries_svr4_read, t); + /* Do not inherit to_augmented_libraries_svr4_read. */ INHERIT (to_magic, t); INHERIT (to_supports_evaluation_of_breakpoint_conditions, t); INHERIT (to_can_run_breakpoint_commands, t); @@ -754,9 +754,6 @@ update_current_target (void) de_fault (to_can_run_breakpoint_commands, (int (*) (struct target_ops *)) return_zero); - de_fault (to_augmented_libraries_svr4_read, - (int (*) (struct target_ops *)) - return_zero); #undef de_fault -- cgit v1.1