aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-07-07 18:13:52 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-07-07 18:13:52 +0000
commit376a5a496385d39236999a4c19e0d7c5e431bda9 (patch)
tree2d6d705c6e4a8cb9abf7930de1360ea41c8d1b34 /gdb/xcoffread.c
parent22b4a9ad267da46ce0e70781ae9fe5370527e237 (diff)
downloadgdb-376a5a496385d39236999a4c19e0d7c5e431bda9.zip
gdb-376a5a496385d39236999a4c19e0d7c5e431bda9.tar.gz
gdb-376a5a496385d39236999a4c19e0d7c5e431bda9.tar.bz2
* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
sort_symtab_syms, no longer necessary.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index de23d5d..7008192 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -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);
}