diff options
-rw-r--r-- | meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch b/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch index 6108c0d5cb..4e8c69f3ed 100644 --- a/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch +++ b/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch | |||
@@ -229,7 +229,7 @@ Index: git/opcodes/mips-dis.c | |||
229 | + { "octeon3", 1, bfd_mach_mips_octeon3, CPU_OCTEON3, | 229 | + { "octeon3", 1, bfd_mach_mips_octeon3, CPU_OCTEON3, |
230 | + ISA_MIPS64R2 | INSN_OCTEON3, ASE_VIRT | ASE_VIRT64, | 230 | + ISA_MIPS64R2 | INSN_OCTEON3, ASE_VIRT | ASE_VIRT64, |
231 | + mips_cp0_names_numeric, | 231 | + mips_cp0_names_numeric, |
232 | + NULL, 0, mips_hwr_names_numeric }, | 232 | + NULL, 0, mips_cp1_names_mips3264, mips_hwr_names_numeric }, |
233 | + | 233 | + |
234 | { "xlr", 1, bfd_mach_mips_xlr, CPU_XLR, | 234 | { "xlr", 1, bfd_mach_mips_xlr, CPU_XLR, |
235 | ISA_MIPS64 | INSN_XLR, 0, | 235 | ISA_MIPS64 | INSN_XLR, 0, |