]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ensure that __strncpy_sse2 is replaced by the canonical name.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 1 Aug 2015 14:20:10 +0000 (14:20 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 1 Aug 2015 14:20:10 +0000 (14:20 +0000)
This makes memcheck/tests/overlap work on debian8/x86 (pentium4).

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

tests/filter_stderr_basic

index 3fb737b5db49a751e0cb9bc837e805d0bc93046f..b282a1d39740956b6bf7b60ffca2d08ee34f584a 100755 (executable)
@@ -52,7 +52,7 @@ perl -n -e 'print if !/^(Memory fault|Killed) $/' |
 
 # Translate intercepted glibc functions back to their canonical name
 perl -p -e "s/: memcpy\@\@?GLIBC_[.1-9]+ \(vg_replace_strmem.c:.*?\)/: memcpy \(vg_replace_strmem.c:...\)/" |
-sed -e "s/: \(__GI_\|__\|\)\(memcmp\|memcpy\|strcpy\|strncpy\|strchr\|strrchr\)\(\|_sse4_1\|_sse42\|_sse2_unaligned\) (vg_replace_strmem.c:/: \2 (vg_replace_strmem.c:/" |
+sed -e "s/: \(__GI_\|__\|\)\(memcmp\|memcpy\|strcpy\|strncpy\|strchr\|strrchr\)\(\|_sse4_1\|_sse42\|_sse2_unaligned\|_sse2\) (vg_replace_strmem.c:/: \2 (vg_replace_strmem.c:/" |
 
 # Remove any ": dumping core" message as the user might have a
 # limit set that prevents the core dump