Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index 5410554537341d2b64fd54ab1b6cdd866e73b2a1..6e467657acce988dfd5bfeb68171e3f7058f04bb 100644 (file)
@@ -1078,11 +1078,6 @@ ppc_linux_spe_context (int wordsize, enum bfd_endian byte_order,
       struct target_ops *target = &current_target;
       volatile struct gdb_exception ex;
 
-      while (target && !target->to_get_thread_local_address)
-       target = find_target_beneath (target);
-      if (!target)
-       return 0;
-
       TRY_CATCH (ex, RETURN_MASK_ERROR)
        {
          /* We do not call target_translate_tls_address here, because
This page took 0.024002 seconds and 4 git commands to generate.