Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen missing ia64.
details: https://anonhg.NetBSD.org/src/rev/9e427d4d698e
branches: trunk
changeset: 343316:9e427d4d698e
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 29 18:05:38 2016 +0000
description:
missing ia64.
diffstat:
lib/libc/gen/nlist_private.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4ecd539ac50c -r 9e427d4d698e lib/libc/gen/nlist_private.h
--- a/lib/libc/gen/nlist_private.h Fri Jan 29 18:05:18 2016 +0000
+++ b/lib/libc/gen/nlist_private.h Fri Jan 29 18:05:38 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nlist_private.h,v 1.23 2015/06/13 17:28:42 dennis Exp $ */
+/* $NetBSD: nlist_private.h,v 1.24 2016/01/29 18:05:38 christos Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou
@@ -69,6 +69,8 @@
# endif
#elif defined(__aarch64__)
# define NLIST_ELF64
+#elif defined(__ia64__)
+# define NLIST_ELF64
#else
# define NLIST_AOUT
/* #define NLIST_ECOFF */
Home |
Main Index |
Thread Index |
Old Index