* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
sort_symtab_syms, no longer necessary.
This commit is contained in:
parent
22b4a9ad26
commit
376a5a4963
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue