aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/target.c b/gdb/target.c
index febf07b..e0b5efb 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -707,7 +707,7 @@ update_current_target (void)
/* Do not inherit to_set_disconnected_tracing. */
/* Do not inherit to_set_circular_trace_buffer. */
/* Do not inherit to_set_trace_buffer_size. */
- INHERIT (to_set_trace_notes, t);
+ /* Do not inherit to_set_trace_notes. */
INHERIT (to_get_tib_address, t);
INHERIT (to_set_permissions, t);
INHERIT (to_static_tracepoint_marker_at, t);
@@ -750,10 +750,6 @@ update_current_target (void)
(void (*) (struct target_ops *, ptid_t))
target_ignore);
current_target.to_read_description = NULL;
- de_fault (to_set_trace_notes,
- (int (*) (struct target_ops *,
- const char *, const char *, const char *))
- return_zero);
de_fault (to_get_tib_address,
(int (*) (struct target_ops *, ptid_t, CORE_ADDR *))
tcomplain);