From: Taylor Simpson Date: Mon, 8 Feb 2021 05:45:53 +0000 (-0600) Subject: Hexagon (include/elf.h) ELF machine definition X-Git-Tag: v6.0.0-rc0~78^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=560f5a10e85ef025ced5e8bb21c9bb1c8431dcd5;p=thirdparty%2Fqemu.git Hexagon (include/elf.h) ELF machine definition Define EM_HEXAGON 164 Signed-off-by: Taylor Simpson Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <1612763186-18161-4-git-send-email-tsimpson@quicinc.com> Signed-off-by: Richard Henderson --- diff --git a/include/elf.h b/include/elf.h index 7a418ee5593..f4fa3c1cd48 100644 --- a/include/elf.h +++ b/include/elf.h @@ -176,6 +176,7 @@ typedef struct mips_elf_abiflags_v0 { #define EM_UNICORE32 110 /* UniCore32 */ +#define EM_HEXAGON 164 /* Qualcomm Hexagon */ #define EM_RX 173 /* Renesas RX family */ #define EM_RISCV 243 /* RISC-V */