* infrun.c (follow_fork): Initialize new step_* locals
[deliverable/binutils-gdb.git] / gdb / solib-sunos.c
index 8cb2dfe2d9d75209338f3ca83e166bc98b089c33..fd7089dc406bf8b1be90c1f5f22ce6b45682b25e 100644 (file)
@@ -817,7 +817,7 @@ sunos_free_so (struct so_list *so)
 
 static void
 sunos_relocate_section_addresses (struct so_list *so,
-                                 struct section_table *sec)
+                                 struct target_section *sec)
 {
   sec->addr += LM_ADDR (so);
   sec->endaddr += LM_ADDR (so);
This page took 0.02307 seconds and 4 git commands to generate.