|
From: Tom H. <th...@cy...> - 2004-10-18 17:35:37
|
CVS commit by thughes:
Back-out accidental commit.
M +0 -6 vg_replace_malloc.c.base 1.8
--- valgrind/coregrind/vg_replace_malloc.c.base #1.7:1.8
@@ -58,10 +58,4 @@
__attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
visibility("protected"))); \
- ret VG_INTERCEPT(soname:libstdc++*, __##name##_internal) args \
- __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
- visibility("protected"))); \
- ret VG_INTERCEPT(soname:libc.so.6, __##name##_internal) args \
- __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
- visibility("protected"))); \
ret VG_INTERCEPT(soname:libstdc++*, ##name) args \
__attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
|