Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add EM_AARCH64 from Elliott Hughes
details: https://anonhg.NetBSD.org/src/rev/06742447fe6b
branches: trunk
changeset: 790975:06742447fe6b
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 29 00:22:59 2013 +0000
description:
Add EM_AARCH64 from Elliott Hughes
diffstat:
sys/sys/exec_elf.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 19cb97cba77e -r 06742447fe6b sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h Tue Oct 29 00:14:52 2013 +0000
+++ b/sys/sys/exec_elf.h Tue Oct 29 00:22:59 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf.h,v 1.130 2013/10/28 21:36:43 matt Exp $ */
+/* $NetBSD: exec_elf.h,v 1.131 2013/10/29 00:22:59 christos Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -301,6 +301,7 @@
#define EM_SEP 108 /* Sharp embedded microprocessor */
#define EM_ARCA 109 /* Arca RISC microprocessor */
#define EM_UNICORE 110 /* UNICORE from PKU-Unity Ltd. and MPRC Peking University */
+#define EM_AARCH64 183 /* AArch64 64-bit ARM microprocessor */
/* Unofficial machine types follow */
#define EM_AVR32 6317 /* used by NetBSD/avr32 */
Home |
Main Index |
Thread Index |
Old Index