This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix the incorrect assembling for ppc wait mnemonic


On 6/20/16 2:56 AM, Zavier Luo wrote:
> The wait mnemonic for ppc targets is incorrectly assembled due to
> duplicated address definition with waitasec instruction. The issue causes
> kernel boot calltrace for ppc targets when wait instruction is executed.

This is incorrect for POWER9.  POWER9's wait instruction really does have
a secondary opcode of "30".

Can you explain the problem you're trying to solve?  Hopefully with
a small asm test case and assembler options you're using that shows
your problem?

Peter


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]