* coffread.c (process_coff_symbol, coff_read_enum_type): Call
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index e2b569e969ab41e39785a93cf95b06afcd36c8b3..45cb8f41be808b175250c917282bf4c5a18b2862 100644 (file)
@@ -1546,7 +1546,7 @@ process_xcoff_symbol (struct coff_symbol *cs, struct objfile *objfile)
   if (name[0] == '.')
     ++name;
 
-  memset (sym, '\0', sizeof (struct symbol));
+  initialize_symbol (sym);
 
   /* default assumptions */
   SYMBOL_VALUE_ADDRESS (sym) = cs->c_value + off;
This page took 0.025601 seconds and 4 git commands to generate.