aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Simpson <tsimpson@quicinc.com>2021-02-07 23:45:53 -0600
committerRichard Henderson <richard.henderson@linaro.org>2021-02-18 07:48:22 -0800
commit560f5a10e85ef025ced5e8bb21c9bb1c8431dcd5 (patch)
tree5baa7a1eb6fd7136d5b07227354d2004d69ed05e
parentc3fb76b9b779198c8c7b9e0eee19dc57abc921fc (diff)
downloadqemu-560f5a10e85ef025ced5e8bb21c9bb1c8431dcd5.zip
qemu-560f5a10e85ef025ced5e8bb21c9bb1c8431dcd5.tar.gz
qemu-560f5a10e85ef025ced5e8bb21c9bb1c8431dcd5.tar.bz2
Hexagon (include/elf.h) ELF machine definition
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>
-rw-r--r--include/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 7a418ee..f4fa3c1 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 */