2011-05-26 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 23decae46639da5df9816f6c1c5db6c0ae078c8a..0967529e06a9f1673b7faecd855ebf41f2b3ae27 100644 (file)
@@ -961,7 +961,7 @@ read_xcoff_symtab (struct partial_symtab *pst)
   struct coff_symbol fcn_stab_saved = { 0 };
 
   /* fcn_cs_saved is global because process_xcoff_symbol needs it.  */
-  union internal_auxent fcn_aux_saved;
+  union internal_auxent fcn_aux_saved = main_aux;
   struct context_stack *new;
 
   char *filestring = " _start_ ";      /* Name of the current file.  */
This page took 0.023989 seconds and 4 git commands to generate.