Module Name: src Committed By: martin Date: Thu Dec 27 06:55:49 UTC 2012
Modified Files: src/sys/sys: aout_mids.h Log Message: Add a MID for IA64 (also it never used a.out, we need it for kernel crash dumps) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/aout_mids.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/aout_mids.h diff -u src/sys/sys/aout_mids.h:1.1 src/sys/sys/aout_mids.h:1.2 --- src/sys/sys/aout_mids.h:1.1 Thu Aug 20 22:07:49 2009 +++ src/sys/sys/aout_mids.h Thu Dec 27 06:55:49 2012 @@ -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 */