Module Name:    src
Committed By:   christos
Date:           Fri Jan 29 21:38:35 UTC 2016

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

Log Message:
add or1k


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/lib/libc/gen/nlist_private.h:1.25
--- src/lib/libc/gen/nlist_private.h:1.24	Fri Jan 29 13:05:38 2016
+++ src/lib/libc/gen/nlist_private.h	Fri Jan 29 16:38:35 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: nlist_private.h,v 1.24 2016/01/29 18:05:38 christos Exp $ */
+/* $NetBSD: nlist_private.h,v 1.25 2016/01/29 21:38:35 christos Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou
@@ -71,6 +71,8 @@
 #  define	NLIST_ELF64
 #elif defined(__ia64__)
 #  define	NLIST_ELF64
+#elif defined(__or1k__)
+#  define	NLIST_ELF32
 #else
 #  define	NLIST_AOUT
 /* #define	NLIST_ECOFF */

Reply via email to