summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils')
-rw-r--r--meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch b/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
index c56ff915b4..ecc37ccc01 100644
--- a/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
+++ b/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
@@ -31,6 +31,12 @@ Netlogic. Also, update vendor name to NLM wherever applicable.
31Upstream-Status: Pending 31Upstream-Status: Pending
32 32
33Signed-off-by: Khem Raj <raj.khem@gmail.com> 33Signed-off-by: Khem Raj <raj.khem@gmail.com>
34
35Use 0x00000080 for INSN_XLP, the value 0x00000040 has already been assigned
36to INSN_OCTEON3
37
38Signed-off-by: Baoshan Pang <baoshan.pang@windriver.com>
39Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
34--- 40---
35 bfd/aoutx.h | 1 + 41 bfd/aoutx.h | 1 +
36 bfd/archures.c | 1 + 42 bfd/archures.c | 1 +
@@ -251,7 +257,7 @@ index ef26167..ef53ec6 100644
251+/* Netlogic Xlr instruction */ 257+/* Netlogic Xlr instruction */
252+#define INSN_XLR 0x00000020 258+#define INSN_XLR 0x00000020
253+/* Netlogic XlP instruction */ 259+/* Netlogic XlP instruction */
254+#define INSN_XLP 0x00000040 260+#define INSN_XLP 0x00000080
255 261
256 /* DSP ASE */ 262 /* DSP ASE */
257 #define ASE_DSP 0x00000001 263 #define ASE_DSP 0x00000001