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_RISCV



details:   https://anonhg.NetBSD.org/src/rev/affeee615414
branches:  trunk
changeset: 332375:affeee615414
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Sep 19 09:04:35 2014 +0000

description:
Add EM_RISCV

diffstat:

 sys/sys/exec_elf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 626457a79a09 -r affeee615414 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Fri Sep 19 09:01:05 2014 +0000
+++ b/sys/sys/exec_elf.h        Fri Sep 19 09:04:35 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.143 2014/08/25 20:40:52 joerg Exp $     */
+/*     $NetBSD: exec_elf.h,v 1.144 2014/09/19 09:04:35 matt Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -301,6 +301,7 @@
 #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 */
+#define EM_RISCV       243     /* RISCV */
 
 /* Unofficial machine types follow */
 #define EM_AVR32       6317    /* used by NetBSD/avr32 */



Home | Main Index | Thread Index | Old Index