2011-05-19 Hui Zhu <teawater@gmail.com>

* xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
This commit is contained in:
Hui Zhu 2011-05-19 06:54:30 +00:00
parent 3ee2366c5f
commit 3672b1be0a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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. */