]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
For s390x we also need to accept a reported size of 1.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Sep 2011 17:56:21 +0000 (17:56 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Sep 2011 17:56:21 +0000 (17:56 +0000)
This is due to older versions of GCC who use the MVC insn for
assignments and that creates a sequence of 1-byte memory accesses.

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

memcheck/tests/filter_xml

index 7339eb327a13e34f24bc1cdf78aa0b67d3f01862..749e6adc5baf4907a485c327e0caaacd89ba86f8 100755 (executable)
@@ -8,7 +8,7 @@ sed "s/<obj>.*<\/obj>/<obj>...<\/obj>/" |
 sed "s/<line>.*<\/line>/<line>...<\/line>/" |
 sed "s/<dir>.*<\/dir>/<dir>...<\/dir>/" |
 sed "s/<count>.*<\/count>/<count>...<\/count>/" |
-sed "s/of size [48]</of size N</" |
+sed "s/of size [148]</of size N</" |
 perl    -p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c/vg_replace_malloc.c/" |
 perl -0 -p -e "s/<suppcounts>.*<\/suppcounts>/<suppcounts>...<\/suppcounts>/s" |
 perl    -p -e "s/<time>.*<\/time>/<time>...<\/time>/s" |