Skip to content

Commit

Permalink
elf: Add EM_RX definition
Browse files Browse the repository at this point in the history
RX's ELF machine is not defined in "elf.h".
Added it.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200814131438.28406-1-ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
  • Loading branch information
ysat0 authored and philmd committed Oct 26, 2020
1 parent 1dc8873 commit d06edec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/elf.h
Expand Up @@ -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 */
Expand Down

0 comments on commit d06edec

Please sign in to comment.