Bug 423021

Summary: Missing link to PPC ISA, missing HWCAP check
Product: [Developer tools] valgrind Reporter: Carl Love <cel>
Component: vexAssignee: Julian Seward <jseward>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Carl Love 2020-06-15 16:22:27 UTC
The link to the Power ISA 3.0 document is missing. 

Also, there is a chick to make sure the PPC HWCAP2 matches the setting in VEX HWCAPS that is missing.
Comment 1 Carl Love 2020-06-15 20:49:33 UTC
Patch applied

commit 8151414f0c150a81b06c95a3eaab87a2558521a8 

Author: Carl Love <cel@us.ibm.com>
Date:   Mon Jun 15 11:31:16 2020 -0500

    Bugzilla 423021 - PPC: Add missing ISA 3.0 documentation link and HWCAPS test.
    
    Add the check for the PPC_FEATURE2_ARCH_3_00 setting in the HWCAP2 string.
    
    Add the information on where to find the public IBM ISA 3.0B document.