|
From: <sv...@va...> - 2005-11-17 19:40:25
|
Author: njn
Date: 2005-11-17 19:40:24 +0000 (Thu, 17 Nov 2005)
New Revision: 5177
Log:
I couldn't resist
Modified:
trunk/coregrind/m_stacktrace.c
Modified: trunk/coregrind/m_stacktrace.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_stacktrace.c 2005-11-17 19:38:09 UTC (rev 5176)
+++ trunk/coregrind/m_stacktrace.c 2005-11-17 19:40:24 UTC (rev 5177)
@@ -391,7 +391,7 @@
mybuf[MYBUF_LEN-1] =3D 0; // paranoia
if ( VG_STREQ("main", mybuf)
# if defined(VGO_linux)
- || VG_STREQ("__libc_start_main", mybuf) // glibc wretched=
ness
+ || VG_STREQ("__libc_start_main", mybuf) // glibc glibness
|| VG_STREQ("generic_start_main", mybuf) // Yellow Dog dog=
gedness
# endif
)
|