https://bugs.kde.org/show_bug.cgi?id=431157

--- Comment #17 from Mark Wielaard <m...@klomp.org> ---
For now I have pushed this commit:

commit ea98cccb4d50a8740708507c4c72cfb1e6c88e38
Author: Mark Wielaard <m...@klomp.org>
Date:   Tue Feb 23 16:19:26 2021 +0100

    Filter out unsupported instructions from HWCAP2 on powerpc.

    Valgrind currently doesn't support the DARN random number instruction
    and the SCV syscall instruction. Filter them out of HWCAP2 so glibc
    and applications don't try to use them when running under valgrind.

    Also suppress printing a log message for scv instructions in the
    instruction stream.

    Reported by: Florian Weimer <fwei...@redhat.com>

    DARN bug: https://bugs.kde.org/show_bug.cgi?id=411189
    SCV bug: https://bugs.kde.org/show_bug.cgi?id=431157

When SCV is implemented it can be added to HWCAPS2 again.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to