Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen add or1k
details: https://anonhg.NetBSD.org/src/rev/484e15cf5f8a
branches: trunk
changeset: 343325:484e15cf5f8a
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 29 21:38:35 2016 +0000
description:
add or1k
diffstat:
lib/libc/gen/nlist_private.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c569eb77cffc -r 484e15cf5f8a lib/libc/gen/nlist_private.h
--- a/lib/libc/gen/nlist_private.h Fri Jan 29 21:33:52 2016 +0000
+++ b/lib/libc/gen/nlist_private.h Fri Jan 29 21:38:35 2016 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index