]> code.ossystems Code Review - openembedded-core.git/commit
binutils: fix the incorrect assembling for ppc wait instruction
authorZhenhua Luo <zhenhua.luo@nxp.com>
Sun, 12 Jun 2016 09:02:34 +0000 (17:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 11:56:31 +0000 (12:56 +0100)
commit9764de92d5673d0f629555723321c933db015fe0
tree5881d64ccb14ef0b29da808e17f314b7a227393b
parent53b3d06d24ad711241fe706d100d888a06669d57
binutils: fix the incorrect assembling for ppc wait instruction

The wait mnemonic for ppc targets is incorrectly assembled into 0x7c00003c due
to duplicated address definition with waitasec instruction. The issue causes
kernel boot calltrace for ppc targets when wait instruction is executed.

Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils-2.26.inc
meta/recipes-devtools/binutils/binutils/0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch [new file with mode: 0644]