mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
This commit is contained in:
parent
376a5a4963
commit
492c11d3be
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user