[RFA] Remove call to sort_symtab_syms (xcoffread.c)

Joel Brobecker brobecker@gnat.com
Tue Jul 1 00:40:00 GMT 2003


Another problem that caused the build to fail on AiX. I think this
is the proper fix........

2003-06-30  Joel Brobecker  <brobecker@gnat.com>

        * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
        sort_symtab_syms, no longer necessary.

Ok to apply?

Not sure if this is going to be needed on the gdb6 branch either.
Will check too.

-- 
Joel
-------------- next part --------------
Index: xcoffread.c
===================================================================
RCS file: /cvs/src/src/gdb/xcoffread.c,v
retrieving revision 1.31
diff -u -p -r1.31 xcoffread.c
--- xcoffread.c	11 Jun 2003 23:29:48 -0000	1.31
+++ xcoffread.c	1 Jul 2003 00:31:27 -0000
@@ -1767,7 +1767,6 @@ xcoff_psymtab_to_symtab_1 (struct partia
       old_chain = make_cleanup (really_free_pendings, 0);
 
       read_xcoff_symtab (pst);
-      sort_symtab_syms (pst->symtab);
 
       do_cleanups (old_chain);
     }


More information about the Gdb-patches mailing list