File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ gcov codecov: libcryptopp.a cryptest.exe
763
763
# Should use CXXFLAGS="-g3 -O1"
764
764
.PHONY : valgrind
765
765
valgrind : libcryptopp.a cryptest.exe
766
- valgrind --track-origins=yes ./cryptest.exe v
766
+ valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe v
767
767
768
768
.PHONY : test check
769
769
test check : cryptest.exe
@@ -938,23 +938,23 @@ endif
938
938
.PHONY : trim
939
939
trim :
940
940
ifneq ($(IS_DARWIN ) ,0)
941
- sed -i '' -e's/[[:space:]]*$$//' *.txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
941
+ sed -i '' -e's/[[:space:]]*$$//' *.supp *. txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
942
942
sed -i '' -e's/[[:space:]]*$$//' TestData/*.dat TestVectors/*.txt TestScripts/*.*
943
943
make convert
944
944
else
945
- sed -i -e's/[[:space:]]*$$//' *.txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
945
+ sed -i -e's/[[:space:]]*$$//' *.supp *. txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
946
946
sed -i -e's/[[:space:]]*$$//' TestData/*.dat TestVectors/*.txt TestScripts/*.*
947
947
make convert
948
948
endif
949
949
950
950
.PHONY : convert
951
951
convert :
952
952
@-$(CHMOD ) 0700 TestVectors/ TestData/ TestScripts/
953
- @-$(CHMOD ) 0600 $(TEXT_FILES ) .* .yml * .asm * .s * .zip TestVectors/* .txt TestData/* .dat TestScripts/* .*
953
+ @-$(CHMOD ) 0600 $(TEXT_FILES ) * .supp .* .yml * .asm * .s * .zip TestVectors/* .txt TestData/* .dat TestScripts/* .*
954
954
@-$(CHMOD ) 0700 $(EXEC_FILES ) * .sh * .cmd TestScripts/* .sh TestScripts/* .cmd
955
955
@-$(CHMOD ) 0700 * .cmd * .sh GNUmakefile GNUmakefile-cross TestScripts/* .sh
956
956
-unix2dos --keepdate --quiet $(TEXT_FILES ) .* .yml * .asm * .cmd TestScripts/* .*
957
- -dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross * .s * .sh * .mapfile TestScripts/* .sh
957
+ -dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross * .supp * . s * .sh * .mapfile TestScripts/* .sh
958
958
ifneq ($(IS_DARWIN ) ,0)
959
959
@-xattr -c *
960
960
endif
Original file line number Diff line number Diff line change
1
+ {
2
+ __memcmp_sse4_1
3
+ Memcheck:Cond
4
+ fun:__memcmp_sse4_1
5
+ }
You can’t perform that action at this time.
0 commit comments