2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index e29b3a7d32724a56f80db9d5d0561773d86e95bc..1f4913a982297a2066ad0483560b6f25a3f39bf9 100644 (file)
@@ -795,6 +795,11 @@ objfile_relocate1 (struct objfile *objfile,
                                obj_section_addr (s));
     }
 
+  /* Relocating probes.  */
+  if (objfile->sf && objfile->sf->sym_probe_fns)
+    objfile->sf->sym_probe_fns->sym_relocate_probe (objfile,
+                                                   new_offsets, delta);
+
   /* Data changed.  */
   return 1;
 }
This page took 0.024625 seconds and 4 git commands to generate.