diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-27 14:58:33 -0500 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-06-14 05:19:22 -0700 |
| commit | 0efe15c5ba29ba4d8599b5d151e6e8ffbf9b253d (patch) | |
| tree | 18ef5fdbfbe851a81ac18371ba81ad884fdbf16d /meta/recipes-devtools/binutils/binutils-2.42.inc | |
| parent | 6a8b1d85e7ec93704e6476dd4ee45bbbace7983a (diff) | |
| download | poky-0efe15c5ba29ba4d8599b5d151e6e8ffbf9b253d.tar.gz | |
binutils: Fix aarch64 disassembly abort
Code backported from binutils development tree.
aarch64: Remove asserts from operand qualifier decoders [PR31595]
Given that the disassembler should never abort when decoding
(potentially random) data, assertion statements in the
`get_*reg_qualifier_from_value' function family prove problematic.
...
(From OE-Core rev: 3b070fc3963d04ce8c13b5b78c3b7ae95e26c435)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 00f3d8495a1d8fe44336b53c5a9d9a5f8a8d5664)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.42.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.42.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.42.inc index 3b6f47d4ce..d2f49560f3 100644 --- a/meta/recipes-devtools/binutils/binutils-2.42.inc +++ b/meta/recipes-devtools/binutils/binutils-2.42.inc | |||
| @@ -36,5 +36,6 @@ SRC_URI = "\ | |||
| 36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
| 37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ | 37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ |
| 38 | file://0015-gprofng-change-use-of-bignum-to-bigint.patch \ | 38 | file://0015-gprofng-change-use-of-bignum-to-bigint.patch \ |
| 39 | file://0016-aarch64-Remove-asserts-from-operand-qualifier-decode.patch \ | ||
| 39 | " | 40 | " |
| 40 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
