Bug 423021 - Missing link to PPC ISA, missing HWCAP check
Summary: Missing link to PPC ISA, missing HWCAP check
Status: CLOSED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-15 16:22 UTC by Carl Love
Modified: 2020-06-15 20:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.