diff mbox series

[PULL,04/35] Hexagon (include/elf.h) ELF machine definition

Message ID 20210217234023.1742406-5-richard.henderson@linaro.org
State New
Headers show
Series [PULL,01/35] qemu/int128: Add int128_or | expand

Commit Message

Richard Henderson Feb. 17, 2021, 11:39 p.m. UTC
From: Taylor Simpson <tsimpson@quicinc.com>

Define EM_HEXAGON 164

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1612763186-18161-4-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 include/elf.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/elf.h b/include/elf.h
index 7a418ee559..f4fa3c1cd4 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 */