Bug 377478

Summary: PPC64: ISA 3.0 setup fixes.
Product: [Developer tools] valgrind Reporter: Carl Love <cel>
Component: vexAssignee: Julian Seward <jseward>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.10 SVN   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: PPC64: ISA 3.0 setup fixes.

Description Carl Love 2017-03-11 00:36:10 UTC
There is a typo in the configure.ac file that causes the HAS_ISA_3_00
variable to not be set. 

The check for ISA3.0 is missing the HWCAPS bit for ISA3.0.  Also, the 
vassert test is wrong.
Comment 1 Carl Love 2017-03-13 20:07:09 UTC
Created attachment 104544 [details]
PPC64:  ISA 3.0 setup fixes.

There is a typo in the configure.ac file that causes the HAS_ISA_3_00
variable to not be set.

The mask64 value is missing the HWCAPS bit for ISA3.0.
bugzilla
Comment 2 Carl Love 2017-03-13 20:15:08 UTC
Attached patch committed.

Vex commit 3317

Valgrind commit 16270