Module Name:    src
Committed By:   dennis
Date:           Sat Jun 13 17:28:42 UTC 2015

Modified Files:
        src/lib/libc/gen: nlist_private.h

Log Message:
Add entries for riscv and aarch64.  This lets the former build
complete and gets the latter close to the end.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/nlist_private.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/nlist_private.h
diff -u src/lib/libc/gen/nlist_private.h:1.22 src/lib/libc/gen/nlist_private.h:1.23
--- src/lib/libc/gen/nlist_private.h:1.22	Tue Mar 20 16:36:05 2012
+++ src/lib/libc/gen/nlist_private.h	Sat Jun 13 17:28:42 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: nlist_private.h,v 1.22 2012/03/20 16:36:05 matt Exp $ */
+/* $NetBSD: nlist_private.h,v 1.23 2015/06/13 17:28:42 dennis Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou
@@ -62,6 +62,13 @@
 #  define	NLIST_ELF32
 #elif defined(__hppa__)
 #  define	NLIST_ELF32
+#elif defined(__riscv__)
+#  define	NLIST_ELF32
+#  ifdef __riscv64
+#    define	NLIST_ELF64
+#  endif
+#elif defined(__aarch64__)
+#  define	NLIST_ELF64
 #else
 #  define	NLIST_AOUT
 /* #define	NLIST_ECOFF */

Reply via email to