mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
binutils: Fix octeon3 disassembly patch
The structure has apparently changed, and there was a missing setting. This corrects a segfault when disassembling code. (From OE-Core rev: 2e8f1ffe3a8d7740b0ac68eefbba3fe28f7ba6d4) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fc45deac89
commit
fd4f4d299e
@@ -229,7 +229,7 @@ Index: git/opcodes/mips-dis.c
|
||||
+ { "octeon3", 1, bfd_mach_mips_octeon3, CPU_OCTEON3,
|
||||
+ ISA_MIPS64R2 | INSN_OCTEON3, ASE_VIRT | ASE_VIRT64,
|
||||
+ mips_cp0_names_numeric,
|
||||
+ NULL, 0, mips_hwr_names_numeric },
|
||||
+ NULL, 0, mips_cp1_names_mips3264, mips_hwr_names_numeric },
|
||||
+
|
||||
{ "xlr", 1, bfd_mach_mips_xlr, CPU_XLR,
|
||||
ISA_MIPS64 | INSN_XLR, 0,
|
||||
|
||||
Reference in New Issue
Block a user