* breakpoint.h (struct bp_location): Change type of section
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index 8ebaf04a586e4edae2dac958847d95287395f2ef..614bfdc61aedb8ffb17522543f4c264c4e1364ac 100644 (file)
@@ -1455,7 +1455,7 @@ spu_overlay_update (struct obj_section *osect)
       struct objfile *objfile;
 
       ALL_OBJSECTIONS (objfile, osect)
-       if (section_is_overlay (osect->the_bfd_section))
+       if (section_is_overlay (osect))
          spu_overlay_update_osect (osect);
     }
 }
This page took 0.024545 seconds and 4 git commands to generate.