diff options
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch b/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch index 07774f38a9..51cd3532d3 100644 --- a/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch +++ b/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch | |||
| @@ -3,14 +3,14 @@ From: Aneesh Bansal <aneesh.bansal@freescale.com> | |||
| 3 | Date: Mon, 21 Nov 2011 17:31:39 +0530 | 3 | Date: Mon, 21 Nov 2011 17:31:39 +0530 |
| 4 | Subject: [PATCH] Added support for PPC instructions mfatbu, mfatbl. | 4 | Subject: [PATCH] Added support for PPC instructions mfatbu, mfatbl. |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com> | ||
| 9 | --- | ||
| 10 | Currently Valgrind 3.7.0 does not have support for PPC instructions mfatbu and mfatbl. When we run a USDPAA application with VALGRIND, the following error is given by valgrind : | 6 | Currently Valgrind 3.7.0 does not have support for PPC instructions mfatbu and mfatbl. When we run a USDPAA application with VALGRIND, the following error is given by valgrind : |
| 11 | dis_proc_ctl(ppc)(mfspr,SPR)(0x20F) | 7 | dis_proc_ctl(ppc)(mfspr,SPR)(0x20F) |
| 12 | disInstr(ppc): unhandled instruction: 0x7C0F82A6 | 8 | disInstr(ppc): unhandled instruction: 0x7C0F82A6 |
| 13 | 9 | ||
| 10 | Upstream-Status: Submitted [https://bugs.kde.org/show_bug.cgi?id=289836] | ||
| 11 | |||
| 12 | Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com> | ||
| 13 | --- | ||
| 14 | 14 | ||
| 15 | VEX/priv/guest_ppc_defs.h | 2 ++ | 15 | VEX/priv/guest_ppc_defs.h | 2 ++ |
| 16 | VEX/priv/guest_ppc_helpers.c | 18 ++++++++++++++++++ | 16 | VEX/priv/guest_ppc_helpers.c | 18 ++++++++++++++++++ |
