[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 02/21] RISC-V ELF Machine Definition
From: |
Alistair Francis |
Subject: |
Re: [Qemu-devel] [PATCH v1 02/21] RISC-V ELF Machine Definition |
Date: |
Tue, 9 Jan 2018 13:33:41 -0800 |
On Tue, Jan 2, 2018 at 4:44 PM, Michael Clark <address@hidden> wrote:
> Define RISC-V ELF machine EM_RISCV 243
>
> Signed-off-by: Michael Clark <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Alistair
> ---
> include/elf.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/elf.h b/include/elf.h
> index e8a515c..8e457fc 100644
> --- a/include/elf.h
> +++ b/include/elf.h
> @@ -112,6 +112,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.
> --
> 2.7.0
>
>
[Qemu-devel] [PATCH v1 05/21] RISC-V CPU Helpers, Michael Clark, 2018/01/02