* xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
+2011-05-19 Hui Zhu <teawater@gmail.com>
+
+ * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
+
2011-05-18 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (dwarf2_add_field): Constify.
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. */