From: Michael Clark Date: Fri, 2 Mar 2018 12:31:09 +0000 (+1300) Subject: RISC-V ELF Machine Definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f71a8eaffba3271cf7cdad95572f6996f7523a5b;p=qemu.git RISC-V ELF Machine Definition Define RISC-V ELF machine EM_RISCV 243 Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis Signed-off-by: Sagar Karandikar Signed-off-by: Michael Clark --- diff --git a/include/elf.h b/include/elf.h index 943ee21171..c0dc9bb5fd 100644 --- a/include/elf.h +++ b/include/elf.h @@ -119,6 +119,8 @@ typedef int64_t Elf64_Sxword; #define EM_UNICORE32 110 /* UniCore32 */ +#define EM_RISCV 243 /* RISC-V */ + /* * This is an interim value that we will use until the committee comes * up with a final number.