Commit a790a5cb authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix ELF name for x86-64

Align ELF binary name for x86-64 with ABI.

Required for the x86-64 merge in other mail.
parent 89196183
......@@ -75,7 +75,7 @@ typedef __s64 Elf64_Sxword;
#define EM_IA_64 50 /* HP/Intel IA-64 */
#define EM_X8664 62 /* AMD x86-64 */
#define EM_X86_64 62 /* AMD x86-64 */
#define EM_S390 22 /* IBM S/390 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment