* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index 26ff1ccce5b050093bc51bbdf19ac83fb19588e9..fcc8b30194f1ce0c36e4a9f0006978fd8ff42f11 100644 (file)
@@ -379,7 +379,7 @@ darwin_free_so (struct so_list *so)
    Relocate these VMAs according to solib info.  */
 static void
 darwin_relocate_section_addresses (struct so_list *so,
-                                  struct section_table *sec)
+                                  struct target_section *sec)
 {
   sec->addr += so->lm_info->lm_addr;
   sec->endaddr += so->lm_info->lm_addr;
This page took 0.024204 seconds and 4 git commands to generate.