From: Joel Brobecker Date: Mon, 7 Jul 2003 18:20:59 +0000 (+0000) Subject: * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure. X-Git-Tag: cagney_x86i386-20030821-branchpoint~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21ce0569e3bc93367a7c96f959ebb139b9a2e16;p=thirdparty%2Fbinutils-gdb.git * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a7609a727e5..b749055f722 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-07-07 Joel Brobecker + + * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure. + 2003-07-07 Joel Brobecker * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to diff --git a/gdb/hpread.c b/gdb/hpread.c index f955fb9c553..3e2179aac3d 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -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); }