qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 39/46] elf: Add EM_NANOMIPS value as a valid one f


From: Aleksandar Markovic
Subject: [Qemu-devel] [PULL v2 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
Date: Tue, 21 Aug 2018 15:07:21 +0200

From: Aleksandar Rikalo <address@hidden>

Value 249 is registered as valid for usage for nanoMIPS executables.

Reviewed-by: Richard Henderson <address@hidden>
Reviewed-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Stefan Markovic <address@hidden>
---
 include/elf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/elf.h b/include/elf.h
index 28a5a63..312f68a 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -143,6 +143,8 @@ typedef int64_t  Elf64_Sxword;
 
 #define EM_RISCV        243     /* RISC-V */
 
+#define EM_NANOMIPS     249     /* Wave Computing nanoMIPS */
+
 /*
  * This is an interim value that we will use until the committee comes
  * up with a final number.
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]