| Summary: | powerpc: Instruct the assembler to generate POWER9 instructions | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Tulio Magno Quites Machado Filho <tuliom> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | normal | CC: | cel, jseward, will_schmidt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Proposed fix | ||
This bug is now a duplicate of https://bugs.kde.org/show_bug.cgi?id=443035 The above bugzilla has a fix that includes the proposed fix in this bugzilla plus additional fixes. Closing as duplicate *** This bug has been marked as a duplicate of bug 443035 *** |
Created attachment 141020 [details] Proposed fix SUMMARY After a recent change to GNU binutils, we started seeing the following errors when building on powerpc64le: /tmp/ccTjHiVe.s: Assembler messages: /tmp/ccTjHiVe.s:13264: Error: unrecognized opcode: `cpabort' /tmp/ccTjHiVe.s:13289: Error: unrecognized opcode: `paste.' /tmp/ccTjHiVe.s:13314: Error: unrecognized opcode: `copy' STEPS TO REPRODUCE 1. Build Valgrind with Binutils from the master branch. I'm attaching a patch that fixes the issue.