[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] include/elf.h: Add EM_RX.
From: |
Yoshinori Sato |
Subject: |
[PATCH 1/1] include/elf.h: Add EM_RX. |
Date: |
Fri, 14 Aug 2020 22:14:38 +0900 |
RX's ELF machine not defined elf.h.
Added it.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
include/elf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/elf.h b/include/elf.h
index 5b06b55f28..b14ecade48 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -172,6 +172,8 @@ typedef struct mips_elf_abiflags_v0 {
#define EM_UNICORE32 110 /* UniCore32 */
+#define EM_RX 173 /* Renesas RX family */
+
#define EM_RISCV 243 /* RISC-V */
#define EM_NANOMIPS 249 /* Wave Computing nanoMIPS */
--
2.20.1
- [PATCH 1/1] include/elf.h: Add EM_RX.,
Yoshinori Sato <=