Bug 377478 - PPC64: ISA 3.0 setup fixes.
Summary: PPC64: ISA 3.0 setup fixes.
Status: CLOSED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (other bugs)
Version First Reported In: 3.10 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 00:36 UTC by Carl Love
Modified: 2017-03-13 20:15 UTC (History)
0 users

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


Attachments
PPC64: ISA 3.0 setup fixes. (1.26 KB, patch)
2017-03-13 20:07 UTC, Carl Love
Details

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