|
From: <sv...@va...> - 2005-12-06 19:04:41
|
Author: sewardj
Date: 2005-12-06 19:04:33 +0000 (Tue, 06 Dec 2005)
New Revision: 5298
Log:
wibble
Modified:
branches/FNWRAP/coregrind/m_redir.c
branches/FNWRAP/coregrind/vg_preloaded.c
Modified: branches/FNWRAP/coregrind/m_redir.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
--- branches/FNWRAP/coregrind/m_redir.c 2005-12-06 18:18:56 UTC (rev 5297=
)
+++ branches/FNWRAP/coregrind/m_redir.c 2005-12-06 19:04:33 UTC (rev 5298=
)
@@ -811,7 +811,7 @@
static void show_spec ( HChar* left, Spec* spec )
{
VG_(message)(Vg_DebugMsg,=20
- "%s%18s %22s -> 0x%08llx",
+ "%s%18s %30s -> 0x%08llx",
left,
spec->from_sopatt, spec->from_fnpatt,
(ULong)spec->to_addr );
Modified: branches/FNWRAP/coregrind/vg_preloaded.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
--- branches/FNWRAP/coregrind/vg_preloaded.c 2005-12-06 18:18:56 UTC (rev=
5297)
+++ branches/FNWRAP/coregrind/vg_preloaded.c 2005-12-06 19:04:33 UTC (rev=
5298)
@@ -84,9 +84,9 @@
#include <stdio.h>
#include <pthread.h>
=20
-// pthread_create@GLIBC_2.0
+// pthread_create@GLIBC_2.0 - making it match this too causes loops.??
// pthread_create@@GLIBC_2.1
-PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@*
+PTH_FUNC(int, pthreadZucreateZAZAGLIBCZu2Zd1, // pthread_create@@GLIBC_2=
.1
pthread_t *thread, const pthread_attr_t *attr,
void *(*start) (void *), void *arg)
{
|