gdb: microblaze: delete useless stubs
[deliverable/binutils-gdb.git] / gdb / spu-linux-nat.c
index b0942a9c5bb2d1f405280c175be6395e1dd59f89..a043f53d3777c6375bdc9dda615cf7e81eb5dbf0 100644 (file)
@@ -313,6 +313,7 @@ spu_bfd_iovec_stat (struct 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.023399 seconds and 4 git commands to generate.