]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replace bcopy on linux as, at least in 32 bit build, glibc will
authorTom Hughes <tom@compton.nu>
Mon, 21 Jan 2013 15:17:02 +0000 (15:17 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Jan 2013 15:17:02 +0000 (15:17 +0000)
sometimes choose to use an optimised version. Fixes #311407.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13253

memcheck/mc_replace_strmem.c

index c1a90bc4d8fe6d776c8653b766fa634dd4b0b66a..64df1c3870969682ba0c318f28b65ea8edd44556 100644 (file)
@@ -1103,6 +1103,7 @@ static inline void my_exit ( int x )
    }
 
 #if defined(VGO_linux)
+ BCOPY(VG_Z_LIBC_SONAME, bcopy)
 
 #elif defined(VGO_darwin)
  //BCOPY(VG_Z_LIBC_SONAME, bcopy)