* cris.h (R_CRIS_32_IE): New relocation.
[deliverable/binutils-gdb.git] / gdb / solib.c
index d40e70ee692888b711bdb0ee57819a96db178c5a..d04a9071c10e64ca5768c02540dcaac899c4720b 100644 (file)
@@ -510,7 +510,7 @@ update_solib_list (int from_tty, struct target_ops *target)
 
   /* We can reach here due to changing solib-search-path or the
      sysroot, before having any inferior.  */
-  if (target_has_execution)
+  if (target_has_execution && !ptid_equal (inferior_ptid, null_ptid))
     {
       struct inferior *inf = current_inferior ();
 
This page took 0.024738 seconds and 4 git commands to generate.