X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fspu-tdep.c;h=614bfdc61aedb8ffb17522543f4c264c4e1364ac;hb=714835d5a63b86bb0e82c13d2a4840d8b5e633d3;hp=8ebaf04a586e4edae2dac958847d95287395f2ef;hpb=9ff3afda84c2aa2d6fe70b91a5fd9def10e15228;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 8ebaf04a58..614bfdc61a 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -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); } }