include/elf.h: Add EM_XTENSA
This commit is contained in:
parent
3f80f806ef
commit
d624434282
|
@ -81,6 +81,7 @@
|
|||
#define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */
|
||||
#define EM_V850 87 /* NEC v850 */
|
||||
#define EM_M32R 88 /* Renesas M32R */
|
||||
#define EM_XTENSA 94 /* Tensilica Xtensa */
|
||||
#define EM_RISCV 243 /* RISC-V */
|
||||
#define EM_ALPHA 0x9026
|
||||
#define EM_CYGNUS_V850 0x9080
|
||||
|
|
Loading…
Reference in New Issue