[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v8 03/35] Hexagon (include/elf.h) ELF machine definition
From: |
Taylor Simpson |
Subject: |
[PATCH v8 03/35] Hexagon (include/elf.h) ELF machine definition |
Date: |
Sun, 7 Feb 2021 23:45:53 -0600 |
Define EM_HEXAGON 164
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
include/elf.h | 1 +
1 file changed, 1 insertion(+)
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 */
--
2.7.4
- [PATCH v8 00/35] Hexagon patch series, Taylor Simpson, 2021/02/08
- [PATCH v8 02/35] Hexagon (target/hexagon) README, Taylor Simpson, 2021/02/08
- [PATCH v8 12/35] Hexagon (target/hexagon) instruction attributes, Taylor Simpson, 2021/02/08
- [PATCH v8 01/35] Hexagon Update MAINTAINERS file, Taylor Simpson, 2021/02/08
- [PATCH v8 14/35] Hexagon (target/hexagon) instruction printing, Taylor Simpson, 2021/02/08
- [PATCH v8 04/35] Hexagon (target/hexagon) scalar core definition, Taylor Simpson, 2021/02/08
- [PATCH v8 11/35] Hexagon (target/hexagon) register fields, Taylor Simpson, 2021/02/08
- [PATCH v8 03/35] Hexagon (include/elf.h) ELF machine definition,
Taylor Simpson <=
- [PATCH v8 05/35] Hexagon (disas) disassembler, Taylor Simpson, 2021/02/08
- [PATCH v8 13/35] Hexagon (target/hexagon) instruction/packet decode, Taylor Simpson, 2021/02/08
- [PATCH v8 19/35] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics, Taylor Simpson, 2021/02/08
- [PATCH v8 06/35] Hexagon (target/hexagon) register names, Taylor Simpson, 2021/02/08
- [PATCH v8 09/35] Hexagon (target/hexagon) architecture types, Taylor Simpson, 2021/02/08
- [PATCH v8 26/35] Hexagon (target/hexagon) TCG generation, Taylor Simpson, 2021/02/08