]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Remove duplicate code -- make XArray use VG_(ssort).
authorNicholas Nethercote <njn@valgrind.org>
Wed, 28 Mar 2007 01:27:05 +0000 (01:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 28 Mar 2007 01:27:05 +0000 (01:27 +0000)
commit742ae56613a45237e832bf42506466bbb1dc3cfe
treebb8151a5d3e8d2bddcb3718c6f6d9ad4b6df783a
parentd4f6424694a2680ae5c4aa674d7678becdca8d3d
Remove duplicate code -- make XArray use VG_(ssort).

Had to change XArray's comparison function to return an Int rather than a
Word so it's consistent with the rest of the world.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6680
coregrind/m_debuginfo/readxcoff.c
coregrind/m_xarray.c
include/pub_tool_xarray.h