Bug 441506

Summary: powerpc: Instruct the assembler to generate POWER9 instructions
Product: [Developer tools] valgrind Reporter: Tulio Magno Quites Machado Filho <tuliom>
Component: generalAssignee: Julian Seward <jseward>
Status: CLOSED DUPLICATE    
Severity: normal CC: cel, jseward, will_schmidt
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Proposed fix

Description Tulio Magno Quites Machado Filho 2021-08-24 21:14:59 UTC
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.
Comment 1 Carl Love 2021-09-30 22:26:07 UTC
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 ***