2011-05-19 Hui Zhu <teawater@gmail.com>
* xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
This commit is contained in:
parent
3ee2366c5f
commit
3672b1be0a
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user