提交 2600896d 编写于 作者: Y Yoshinori Sato

Add ELF machine

Signed-off-by: NYoshinori Sato <ysato@users.sourceforge.jp>
上级 00902e98
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define EM_ARM 40 /* ARM 32 bit */ #define EM_ARM 40 /* ARM 32 bit */
#define EM_SH 42 /* SuperH */ #define EM_SH 42 /* SuperH */
#define EM_SPARCV9 43 /* SPARC v9 64-bit */ #define EM_SPARCV9 43 /* SPARC v9 64-bit */
#define EM_H8_300 46 /* Renesas H8/300 */
#define EM_IA_64 50 /* HP/Intel IA-64 */ #define EM_IA_64 50 /* HP/Intel IA-64 */
#define EM_X86_64 62 /* AMD x86-64 */ #define EM_X86_64 62 /* AMD x86-64 */
#define EM_S390 22 /* IBM S/390 */ #define EM_S390 22 /* IBM S/390 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册