* linux-nat.c (linux_nat_filter_event): New, refactored from
[deliverable/binutils-gdb.git] / gdb / memory-map.c
index d8283aceb2c93874247b1e720fc8c6f2927f3af4..4bb022bfdbb2f50f935fff985b9cc3ba9eca75a2 100644 (file)
@@ -1,6 +1,6 @@
 /* Routines for handling XML memory maps provided by target.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -180,7 +180,7 @@ parse_memory_map (const char *memory_map)
   struct gdb_xml_parser *parser;
   VEC(mem_region_s) *result = NULL;
   struct cleanup *before_deleting_result, *back_to;
-  struct memory_map_parsing_data data = {};
+  struct memory_map_parsing_data data = { NULL };
 
   back_to = make_cleanup (null_cleanup, NULL);
   parser = gdb_xml_create_parser_and_cleanup (_("target memory map"),
This page took 0.042673 seconds and 4 git commands to generate.