summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-10 18:51:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-10 18:51:16 +0000
commit9e17ca51c65d4aecca93159af5c11cb45733c749 (patch)
tree1801d36ce497a55532c0534ac768f8f814746115
parent24a2daaeb1c3468a14458c4861a8620677919ed1 (diff)
big-endian MIPS64 mid
-rw-r--r--sys/sys/exec_aout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h
index 9656b4e3e80..b989c2e5b8c 100644
--- a/sys/sys/exec_aout.h
+++ b/sys/sys/exec_aout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_aout.h,v 1.20 2004/07/01 21:37:34 mickey Exp $ */
+/* $OpenBSD: exec_aout.h,v 1.21 2004/08/10 18:51:15 deraadt Exp $ */
/* $NetBSD: exec_aout.h,v 1.15 1996/05/18 17:20:54 christos Exp $ */
/*
@@ -83,6 +83,7 @@ struct exec {
#define MID_M88K 153 /* m88k BSD binary */
#define MID_HPPA 154 /* hppa */
#define MID_AMD64 157 /* AMD64 */
+#define MID_MIPS64 158 /* big-endian MIPS64 */
#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 */