convert to_get_tib_address
[deliverable/binutils-gdb.git] / gdb / target.c
index e0b5efbfd2faa0585a3f4b647fcb97cbd582cdab..eb6d2bd30fdae25e51c15c2b9b985019d9ee7a51 100644 (file)
@@ -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);
This page took 0.025209 seconds and 4 git commands to generate.