From 1bb07b593adc1934a526eb04acfe8bf786decfd2 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Wed, 1 Aug 2018 09:01:10 +0000 Subject: selftests/powerpc: Add test for 32 bits memcmp This patch renames memcmp test to memcmp_64 and adds a memcmp_32 test for testing the 32 bits version of memcmp() Signed-off-by: Christophe Leroy [mpe: Fix 64-bit build by adding build_32bit test] Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/stringloops/memcmp_32.S | 1 + 1 file changed, 1 insertion(+) create mode 120000 tools/testing/selftests/powerpc/stringloops/memcmp_32.S (limited to 'tools/testing/selftests/powerpc/stringloops/memcmp_32.S') diff --git a/tools/testing/selftests/powerpc/stringloops/memcmp_32.S b/tools/testing/selftests/powerpc/stringloops/memcmp_32.S new file mode 120000 index 000000000000..056f2b3af789 --- /dev/null +++ b/tools/testing/selftests/powerpc/stringloops/memcmp_32.S @@ -0,0 +1 @@ +../../../../../arch/powerpc/lib/memcmp_32.S \ No newline at end of file -- cgit v1.2.3-59-g8ed1b