selftests/powerpc: Update strlen() test to test the new assembly function for PPC32
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 1 Aug 2018 09:01:16 +0000 (09:01 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Aug 2018 11:49:31 +0000 (21:49 +1000)
commit396ab6ab284a9fff4154e9bd491372f43de8284c
treeb16f409ea42375bf6600779bc8ae18f0eea739f9
parent9412b234501eef1d273cc759387a232f0027c574
selftests/powerpc: Update strlen() test to test the new assembly function for PPC32

This patch adds a test for testing the new assembly strlen() for PPC32

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: Fix 64-bit build]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/stringloops/Makefile
tools/testing/selftests/powerpc/stringloops/asm/cache.h [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/strlen_32.S [new symlink]