Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/include add ELF64_MACHDEP_ID



details:   https://anonhg.NetBSD.org/src/rev/49b703e6ecc2
branches:  trunk
changeset: 808645:49b703e6ecc2
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 28 02:19:05 2015 +0000

description:
add ELF64_MACHDEP_ID

diffstat:

 sys/arch/riscv/include/elf_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8408bd6621cc -r 49b703e6ecc2 sys/arch/riscv/include/elf_machdep.h
--- a/sys/arch/riscv/include/elf_machdep.h      Thu May 28 01:35:31 2015 +0000
+++ b/sys/arch/riscv/include/elf_machdep.h      Thu May 28 02:19:05 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.4 2015/04/01 21:59:01 matt Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.5 2015/05/28 02:19:05 matt Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
 #define _RISCV_ELF_MACHDEP_H_
 
 #define        ELF32_MACHDEP_ID                EM_RISCV
+#define        ELF64_MACHDEP_ID                EM_RISCV
 
 #define ELF32_MACHDEP_ENDIANNESS       ELFDATA2LSB
 #define ELF64_MACHDEP_ENDIANNESS       ELFDATA2LSB



Home | Main Index | Thread Index | Old Index