https://bugs.kde.org/show_bug.cgi?id=378524
Bug ID: 378524 Summary: libvexmultiarch_test regression on s390x and ppc64 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: vex Assignee: jsew...@acm.org Reporter: m...@klomp.org Target Milestone: --- After VEX svn r3341 (and the follow up r3344 for s390x) none/tests/libvexmultiarch_test started failing on ppc64 and s390x. This is probably because the initialization order changed slightly. VEX svn r3342: Split LibVEX_Translate into front- and back-end parts. Also, removes use of __typeof__ when built with MSVC. A combination of parts of two patches from Andrew Dutcher <andrewrdutc...@gmail.com>. VEX svn r3344: Initialize s390_host_hwcaps early in LibVEX_FrontEnd. VEX svn r3341 split LibVEX_Translate into LibVEX_FrontEnd and LibVEX_BackEnd. The s390_host_hwcaps (KLUDGE) needs to be initialized early in LibVEX_FrontEnd. -- You are receiving this mail because: You are watching all bug changes.