* breakpoint.h (struct bp_location): Change type of section
[deliverable/binutils-gdb.git] / gdb / target.c
index 9dd8f3e5307be2fda8e9b14d5fe4c6a1f932d635..4f8bffa234d316c457f0159fa24a80cc860425d9 100644 (file)
@@ -1026,7 +1026,7 @@ memory_xfer_partial (struct target_ops *ops, void *readbuf, const void *writebuf
   /* Likewise for accesses to unmapped overlay sections.  */
   if (readbuf != NULL && overlay_debugging)
     {
-      asection *section = find_pc_overlay (memaddr);
+      struct obj_section *section = find_pc_overlay (memaddr);
       if (pc_in_unmapped_range (memaddr, section))
        return xfer_memory (memaddr, readbuf, len, 0, NULL, ops);
     }
This page took 0.023736 seconds and 4 git commands to generate.