forked from Imagelibrary/binutils-gdb
* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
This commit is contained in:
@@ -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>
|
2003-07-07 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
|
* 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),
|
hpread_expand_symtab (pst->objfile, LDSYMOFF (pst), LDSYMLEN (pst),
|
||||||
pst->textlow, pst->texthigh - pst->textlow,
|
pst->textlow, pst->texthigh - pst->textlow,
|
||||||
pst->section_offsets, pst->filename);
|
pst->section_offsets, pst->filename);
|
||||||
sort_symtab_syms (pst->symtab);
|
|
||||||
|
|
||||||
do_cleanups (old_chain);
|
do_cleanups (old_chain);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user