mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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. (From OE-Core rev: 9764de92d5673d0f629555723321c933db015fe0) Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
559dba8cc0
commit
f491996392
@@ -34,6 +34,7 @@ SRC_URI = "\
|
||||
file://0012-Add-support-for-Netlogic-XLP.patch \
|
||||
file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \
|
||||
file://0014-Correct-nios2-_gp-address-computation.patch \
|
||||
file://0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user