diff options
Diffstat (limited to 'meta/recipes-devtools/binutils')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils/0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch b/meta/recipes-devtools/binutils/binutils/0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch index 389232c1e3..a271f55ea1 100644 --- a/meta/recipes-devtools/binutils/binutils/0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch +++ b/meta/recipes-devtools/binutils/binutils/0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | |||
| @@ -3,6 +3,10 @@ From: Zhenhua Luo <zhenhua.luo@nxp.com> | |||
| 3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 | 3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 |
| 4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic | 4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic |
| 5 | 5 | ||
| 6 | The wait mnemonic for ppc targets is incorrectly assembled into 0x7c00003c due | ||
| 7 | to duplicated address definition with waitasec instruction. The issue causes | ||
| 8 | kernel boot calltrace for ppc targets when wait instruction is executed. | ||
| 9 | |||
| 6 | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> | 10 | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> |
| 7 | 11 | ||
| 8 | Upstream-Status: Pending | 12 | Upstream-Status: Pending |
