* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.

This commit is contained in:
Joel Brobecker 2003-07-07 18:19:07 +00:00
parent 376a5a4963
commit 492c11d3be
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-07 Joel Brobecker <brobecker@gnat.com>
* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
2003-07-07 Joel Brobecker <brobecker@gnat.com>
* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to

View File

@ -2711,7 +2711,6 @@ hpread_psymtab_to_symtab_1 (struct partial_symtab *pst)
hpread_expand_symtab (pst->objfile, LDSYMOFF (pst), LDSYMLEN (pst),
pst->textlow, pst->texthigh - pst->textlow,
pst->section_offsets, pst->filename);
sort_symtab_syms (pst->symtab);
do_cleanups (old_chain);
}