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:
Michael Clark 2018-03-03 01:31:09 +13:00
parent 4dc62b1532
commit f71a8eaffb
No known key found for this signature in database
GPG Key ID: 6BF1D7B357EF3E4F
1 changed files with 2 additions and 0 deletions

View File

@ -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.