commit | 1bb07b593adc1934a526eb04acfe8bf786decfd2 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Wed Aug 01 09:01:10 2018 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 07 21:49:29 2018 +1000 |
tree | ca64a64fe72f10a654a97f643b628f6fdcc97330 | |
parent | 94675cceacaec27a30eefb142c4c59a9d3131742 [diff] |
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 <christophe.leroy@c-s.fr> [mpe: Fix 64-bit build by adding build_32bit test] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>