* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jul 2003 18:19:07 +0000 (18:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jul 2003 18:19:07 +0000 (18:19 +0000)
gdb/ChangeLog
gdb/hpread.c

index 49d1bf3..89c1ff5 100644 (file)
@@ -1,5 +1,9 @@
 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
         sort_symtab_syms, no longer necessary.
 
index f955fb9..3e2179a 100644 (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);
     }