mirror of https://github.com/xemu-project/xemu.git
RISC-V ELF Machine Definition
Define RISC-V ELF machine EM_RISCV 243 Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Sagar Karandikar <sagark@eecs.berkeley.edu> Signed-off-by: Michael Clark <mjc@sifive.com>
This commit is contained in:
parent
4dc62b1532
commit
f71a8eaffb
|
@ -119,6 +119,8 @@ typedef int64_t Elf64_Sxword;
|
||||||
|
|
||||||
#define EM_UNICORE32 110 /* UniCore32 */
|
#define EM_UNICORE32 110 /* UniCore32 */
|
||||||
|
|
||||||
|
#define EM_RISCV 243 /* RISC-V */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is an interim value that we will use until the committee comes
|
* This is an interim value that we will use until the committee comes
|
||||||
* up with a final number.
|
* up with a final number.
|
||||||
|
|
Loading…
Reference in New Issue