Use regcache->tdesc instead of arm_hwcap
[deliverable/binutils-gdb.git] / gdb / solib-spu.c
index 250cf212eda119ca33300c7f6db4f0ec3a297562..44fbf91506c4eb0758f1e6c4e75f54ada09d4429 100644 (file)
@@ -313,6 +313,7 @@ spu_bfd_iovec_stat (bfd *abfd, void *stream, struct stat *sb)
      table to find the extent of the last section but that seems
      pointless when the size is needed only for checks of other
      parsed values in dbxread.c.  */
+  memset (sb, 0, sizeof (struct stat));
   sb->st_size = INT_MAX;
   return 0;
 }
This page took 0.023484 seconds and 4 git commands to generate.