Module Name: src
Committed By: christos
Date: Fri Jan 29 18:05:38 UTC 2016
Modified Files:
src/lib/libc/gen: nlist_private.h
Log Message:
missing ia64.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/lib/libc/gen/nlist_private.h:1.24
--- src/lib/libc/gen/nlist_private.h:1.23 Sat Jun 13 13:28:42 2015
+++ src/lib/libc/gen/nlist_private.h Fri Jan 29 13:05:38 2016
@@ -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 */