From 22bcceeec6bfd4373fa8d09acff66115800f0455 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Dec 2013 14:15:55 -0700 Subject: convert to_get_tib_address 2014-02-19 Tom Tromey * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_get_tib_address. * target.h (struct target_ops) : Use TARGET_DEFAULT_NORETURN. --- 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 e0b5efb..eb6d2bd 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -708,7 +708,7 @@ update_current_target (void) /* Do not inherit to_set_circular_trace_buffer. */ /* Do not inherit to_set_trace_buffer_size. */ /* Do not inherit to_set_trace_notes. */ - INHERIT (to_get_tib_address, t); + /* Do not inherit to_get_tib_address. */ INHERIT (to_set_permissions, t); INHERIT (to_static_tracepoint_marker_at, t); INHERIT (to_static_tracepoint_markers_by_strid, t); @@ -750,9 +750,6 @@ update_current_target (void) (void (*) (struct target_ops *, ptid_t)) target_ignore); current_target.to_read_description = NULL; - de_fault (to_get_tib_address, - (int (*) (struct target_ops *, ptid_t, CORE_ADDR *)) - tcomplain); de_fault (to_set_permissions, (void (*) (struct target_ops *)) target_ignore); -- cgit v1.1