From 3d5c39f6cfba1222f29ccf9d3aeb03fc05e4245b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Mar 2004 02:49:49 +0000 Subject: [PATCH] fix up the other places as well git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2314 --- coregrind/arch/x86-linux/Makefile.am | 12 ++++++++++++ coregrind/docs/coregrind_core.html | 2 +- coregrind/vg_malloc2.c | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/coregrind/arch/x86-linux/Makefile.am b/coregrind/arch/x86-linux/Makefile.am index 139597f9c..cd34ec8c2 100644 --- a/coregrind/arch/x86-linux/Makefile.am +++ b/coregrind/arch/x86-linux/Makefile.am @@ -1,2 +1,14 @@ +valdir = $(libdir)/valgrind +val_PROGRAMS = libpthread.so +libpthread_so_SOURCES = \ +· vg_libpthread.c \ +· vg_libpthread_unimp.c \ +· vg_syscall.S +libpthread_so_DEPENDENCIES = $(srcdir)/vg_libpthread.vs +libpthread_so_LDFLAGS = -Werror -fno-omit-frame-pointer -UVG_LIBDIR \ +· -shared -fpic \ +· -Wl,-version-script $(srcdir)/vg_libpthread.vs \ +· -Wl,-z,nodelete \ +· -Wl,--soname=libpthread.so.0 diff --git a/coregrind/docs/coregrind_core.html b/coregrind/docs/coregrind_core.html index 24deff839..34edcf242 100644 --- a/coregrind/docs/coregrind_core.html +++ b/coregrind/docs/coregrind_core.html @@ -710,7 +710,7 @@ not Cachegrind. For tools that use their own version of malloc() (e.g. Memcheck and Addrcheck), the following options apply.