Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add a MID for IA64 (also it never used a.out, we nee...
details: https://anonhg.NetBSD.org/src/rev/7b1180c9a2e8
branches: trunk
changeset: 783517:7b1180c9a2e8
user: martin <martin%NetBSD.org@localhost>
date: Thu Dec 27 06:55:49 2012 +0000
description:
Add a MID for IA64 (also it never used a.out, we need it for kernel crash
dumps)
diffstat:
sys/sys/aout_mids.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 216dafd2ae4f -r 7b1180c9a2e8 sys/sys/aout_mids.h
--- a/sys/sys/aout_mids.h Thu Dec 27 06:42:14 2012 +0000
+++ b/sys/sys/aout_mids.h Thu Dec 27 06:55:49 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_mids.h,v 1.1 2009/08/20 22:07:49 he Exp $ */
+/* $NetBSD: aout_mids.h,v 1.2 2012/12/27 06:55:49 martin Exp $ */
/*
* Copyright (c) 2009, The NetBSD Foundation, Inc.
@@ -60,6 +60,7 @@
#define MID_SPARC64 156 /* LP64 sparc */
#define MID_X86_64 157 /* AMD x86-64 */
#define MID_SH5_32 158 /* ILP32 SH5 */
+#define MID_IA64 159 /* Itanium */
#define MID_HP200 200 /* hp200 (68010) BSD binary */
#define MID_HP300 300 /* hp300 (68020+68881) BSD binary */
#define MID_HPUX 0x20C /* hp200/300 HP-UX binary */
Home |
Main Index |
Thread Index |
Old Index