From: Julian Seward Date: Tue, 17 Jan 2006 02:23:09 +0000 (+0000) Subject: The symbol table reader hides all that dot crazyness on ppc64-linux X-Git-Tag: svn/VALGRIND_3_2_0~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5a72d1a92bdd393fb609b097d067f6d44b0537;p=thirdparty%2Fvalgrind.git The symbol table reader hides all that dot crazyness on ppc64-linux now. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5538 --- diff --git a/coregrind/m_stacktrace.c b/coregrind/m_stacktrace.c index 2e866d6946..e17e39bc40 100644 --- a/coregrind/m_stacktrace.c +++ b/coregrind/m_stacktrace.c @@ -391,8 +391,6 @@ void VG_(apply_StackTrace)( void(*action)(UInt n, Addr ip), # if defined(VGO_linux) || VG_STREQ("__libc_start_main", mybuf) // glibc glibness || VG_STREQ("generic_start_main", mybuf) // Yellow Dog doggedness - || VG_STREQ(".__libc_start_main", mybuf) // ppc64 dottyness - || VG_STREQ(".generic_start_main", mybuf) // ditto # endif ) main_done = True;