]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Tidy up ELF symbol table reading a bit. Make a completely new
authorJulian Seward <jseward@acm.org>
Fri, 13 Jan 2006 23:12:49 +0000 (23:12 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 13 Jan 2006 23:12:49 +0000 (23:12 +0000)
commite626b54566d7705228b7684e166a3c46b4ce1bec
tree0e79479b28c346695594a766dc37143a5d4749cc
parent171ac07602c0d0204e9cd284b56398d211221fdb
Tidy up ELF symbol table reading a bit.  Make a completely new
function for reading ELF symbol tables on ppc64-linux so as to avoid
cluttering up the {x86,amd64,ppc32}-linux cases with convoluted
hoop-jumping needed to handle both the dotful (older) and dotless
(newer) ppc64-linux ABI variants.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5527
coregrind/m_debuginfo/symtab.c