diff mbox

arm64: Add EM_AARCH64 to elf-em.h

Message ID 1377812307.23710.3.camel@smoke (mailing list archive)
State New, archived
Headers show

Commit Message

Geoff Levand Aug. 29, 2013, 9:38 p.m. UTC
Add the elf EM value for ARM's AArch64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---

Hi Catalin,

Please apply if you don't have it yet.

-Geoff

 include/uapi/linux/elf-em.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Catalin Marinas Aug. 30, 2013, 10:05 a.m. UTC | #1
On Thu, Aug 29, 2013 at 10:38:27PM +0100, Geoff Levand wrote:
> Add the elf EM value for ARM's AArch64.
> 
> Signed-off-by: Geoff Levand <geoff@infradead.org>
> ---
> 
> Hi Catalin,
> 
> Please apply if you don't have it yet.

There was a patch moving EM_ARM as well (both for compat and AArch32)
and I'll happily push it but I'm waiting for Russell's ack.
diff mbox

Patch

diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h
index 8e2b7ba..16259b4 100644
--- a/include/uapi/linux/elf-em.h
+++ b/include/uapi/linux/elf-em.h
@@ -34,6 +34,7 @@ 
 #define EM_MN10300	89	/* Panasonic/MEI MN10300, AM33 */
 #define EM_BLACKFIN     106     /* ADI Blackfin Processor */
 #define EM_TI_C6000	140	/* TI C6X DSPs */
+#define EM_AARCH64	183	/* ARM AARCH64 */
 #define EM_FRV		0x5441	/* Fujitsu FR-V */
 #define EM_AVR32	0x18ad	/* Atmel AVR32 */