]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
* rename the memcheck/tests/amd64/sh-mem-vec128*stderr.exp* files
authorJulian Seward <jseward@acm.org>
Mon, 12 Aug 2013 11:47:52 +0000 (11:47 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 12 Aug 2013 11:47:52 +0000 (11:47 +0000)
  so as to specify an endianness
* add two missing symlinks

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

memcheck/tests/amd64/sh-mem-vec128-plo-no.stderr.exp [new symlink]
memcheck/tests/amd64/sh-mem-vec128-plo-yes.stderr.exp [new symlink]
memcheck/tests/common/Makefile.am
memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-32bit-le [moved from memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-32bit with 100% similarity]
memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-64bit-le [moved from memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-64bit with 100% similarity]
memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-32bit-le [moved from memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-32bit with 100% similarity]
memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-64bit-le [moved from memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-64bit with 100% similarity]

diff --git a/memcheck/tests/amd64/sh-mem-vec128-plo-no.stderr.exp b/memcheck/tests/amd64/sh-mem-vec128-plo-no.stderr.exp
new file mode 120000 (symlink)
index 0000000..b6db3d9
--- /dev/null
@@ -0,0 +1 @@
+../common/sh-mem-vec128-plo-no.stderr.exp-64bit-le
\ No newline at end of file
diff --git a/memcheck/tests/amd64/sh-mem-vec128-plo-yes.stderr.exp b/memcheck/tests/amd64/sh-mem-vec128-plo-yes.stderr.exp
new file mode 120000 (symlink)
index 0000000..2190bc5
--- /dev/null
@@ -0,0 +1 @@
+../common/sh-mem-vec128-plo-yes.stderr.exp-64bit-le
\ No newline at end of file
index 97aded5d8f3ef9c7d2b6c829d106da4b7c04168c..d10f9a49ed523ffda0579cf8f6a3524380da6883 100644 (file)
@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.tool-tests.am
 
 EXTRA_DIST = \
        sh-mem-vec128.tmpl.c \
-       sh-mem-vec128-plo-no.stderr.exp-32bit \
-       sh-mem-vec128-plo-yes.stderr.exp-32bit \
-       sh-mem-vec128-plo-no.stderr.exp-64bit \
-       sh-mem-vec128-plo-yes.stderr.exp-64bit
+       sh-mem-vec128-plo-no.stderr.exp-32bit-le \
+       sh-mem-vec128-plo-yes.stderr.exp-32bit-le \
+       sh-mem-vec128-plo-no.stderr.exp-64bit-le \
+       sh-mem-vec128-plo-yes.stderr.exp-64bit-le