gdb: microblaze: delete useless stubs
[deliverable/binutils-gdb.git] / gdb / spu-linux-nat.c
index 3803e3dfffd629d7b7ab86ee122ecb9cc4f66938..a043f53d3777c6375bdc9dda615cf7e81eb5dbf0 100644 (file)
@@ -1,5 +1,5 @@
 /* SPU native-dependent code for GDB, the GNU debugger.
-   Copyright (C) 2006-2014 Free Software Foundation, Inc.
+   Copyright (C) 2006-2015 Free Software Foundation, Inc.
 
    Contributed by Ulrich Weigand <uweigand@de.ibm.com>.
 
@@ -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.023692 seconds and 4 git commands to generate.