Bug 441506 - powerpc: Instruct the assembler to generate POWER9 instructions
Summary: powerpc: Instruct the assembler to generate POWER9 instructions
Status: CLOSED DUPLICATE of bug 443035
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-24 21:14 UTC by Tulio Magno Quites Machado Filho
Modified: 2021-09-30 22:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed fix (2.24 KB, patch)
2021-08-24 21:14 UTC, Tulio Magno Quites Machado Filho
Details

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