* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to

sort_symtab_syms, no longer necessary.
This commit is contained in:
Joel Brobecker 2003-07-07 18:13:52 +00:00
parent 22b4a9ad26
commit 376a5a4963
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-07-07 Joel Brobecker <brobecker@gnat.com>
* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
sort_symtab_syms, no longer necessary.
2003-07-07 Joel Brobecker <brobecker@gnat.com>
* config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.

View file

@ -1767,7 +1767,6 @@ xcoff_psymtab_to_symtab_1 (struct partial_symtab *pst)
old_chain = make_cleanup (really_free_pendings, 0);
read_xcoff_symtab (pst);
sort_symtab_syms (pst->symtab);
do_cleanups (old_chain);
}