diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-23 01:11:11 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-23 01:11:11 +0000 |
commit | 9a822037b10afc6540f4199017af0e728c8e68eb (patch) | |
tree | 09b503b73693cb368d7fc48877359eb47dd0d902 /gdb/dbxread.c | |
parent | 25a40b004d02d2a3204d4aadba723f2e37fbc1d0 (diff) | |
download | gdb-9a822037b10afc6540f4199017af0e728c8e68eb.zip gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.gz gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 0747698..e9a6c6f 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2497,6 +2497,7 @@ end_psymtab (pst, include_list, num_includes, capping_symbol_offset, subpst->n_static_syms = 0; subpst->readin = 0; + subpst->symtab = 0; subpst->read_symtab = dbx_psymtab_to_symtab; subpst->next = partial_symtab_list; |