From: Aleksandar Rikalo Date: Mon, 13 Aug 2018 15:34:05 +0000 (+0200) Subject: elf: Add EM_NANOMIPS value as a valid one for e_machine field X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a94de07706a702a65fed50a837f7a76d452ae05;p=qemu.git elf: Add EM_NANOMIPS value as a valid one for e_machine field Value 249 is registered as valid for usage for nanoMIPS executables. Reviewed-by: Richard Henderson Reviewed-by: Aleksandar Markovic Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic --- diff --git a/include/elf.h b/include/elf.h index 28a5a638e0..312f68af81 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.