summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Matyukevich <sergey.matyukevich@synopsys.com>2022-09-20 16:14:18 +0400
committerWaldemar Brodkorb <wbx@openadk.org>2022-09-27 12:01:22 +0200
commitaa9e34c70f5173269f1e81f9ce08661c0f357617 (patch)
treec8cf4216fb3ad04244550a07442f67c6c14d8b17 /include
parent0f2cede0fafc059348c3a0c470a82be1c3ed7d4b (diff)
arc: minor cleanup for ARCv2
Add missing ARCv2 check in MATCH_MACHINE macro. Update comment for EM_ARCV2 define. Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com> Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index 7d66d70a4..018ff1550 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -270,7 +270,7 @@ typedef struct
#define EM_METAG 174 /* Imagination Technologies Meta */
#define EM_AARCH64 183 /* ARM AARCH64 */
#define EM_MICROBLAZE 189 /* Xilinx Microblaze */
-#define EM_ARCV2 195 /* ARCv2 Cores */
+#define EM_ARCV2 195 /* Synopsys ARCv2 Cores */
#define EM_RISCV 243 /* RISC-V */
#define EM_CSKY 252 /* C-SKY Cores */
#define EM_KVX 256 /* Kalray VLIW core of the MPPA processor family */