Re: [OE-core] [PATCH] binutils: Fix XLP / Octeon 3 instruction clash

2015-11-03 Thread Mark Hatle
On 11/3/15 5:28 PM, Khem Raj wrote: > On Tue, Nov 3, 2015 at 2:21 PM, Mark Hatle wrote: >> Use the value 0x0080 for INSN_XLP, as the value 0x0040 has already >> been assigned to INSN_OCTEON3 by the binutils project. >> >> Without this change, invalid instructions can be generated for both

Re: [OE-core] [PATCH] binutils: Fix XLP / Octeon 3 instruction clash

2015-11-03 Thread Khem Raj
On Tue, Nov 3, 2015 at 2:21 PM, Mark Hatle wrote: > Use the value 0x0080 for INSN_XLP, as the value 0x0040 has already > been assigned to INSN_OCTEON3 by the binutils project. > > Without this change, invalid instructions can be generated for both INSN_XLP > and INSN_OCTEON3. > this is ok

[OE-core] [PATCH] binutils: Fix XLP / Octeon 3 instruction clash

2015-11-03 Thread Mark Hatle
Use the value 0x0080 for INSN_XLP, as the value 0x0040 has already been assigned to INSN_OCTEON3 by the binutils project. Without this change, invalid instructions can be generated for both INSN_XLP and INSN_OCTEON3. Signed-off-by: Mark Hatle --- .../binutils/binutils/0012-Add-XLP-instr