Share regcache function regcache_raw_read_unsigned
[deliverable/binutils-gdb.git] / gdb / gdbserver / tdesc.c
index 298f5ce0773a3decf7519c9baa01fa56b11ee62c..1263efe4d7fcbf62854b18628f9bb61832057e58 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -40,7 +40,7 @@ init_target_desc (struct target_desc *tdesc)
 
 #ifndef IN_PROCESS_AGENT
 
-static const struct target_desc default_description;
+static const struct target_desc default_description = { 0 };
 
 void
 copy_target_description (struct target_desc *dest,
This page took 0.035949 seconds and 4 git commands to generate.