| Summary: | PPC64: ISA 3.0 setup fixes. | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Carl Love <cel> |
| Component: | vex | Assignee: | 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
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
Attached patch committed. Vex commit 3317 Valgrind commit 16270 |