From owner-p4-projects Thu Oct 17 16:16:52 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BD23637B404; Thu, 17 Oct 2002 16:16:50 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1906937B401 for ; Thu, 17 Oct 2002 16:16:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B834443E65 for ; Thu, 17 Oct 2002 16:16:49 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNGdmV095443 for ; Thu, 17 Oct 2002 16:16:39 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNGdZk095440 for perforce@freebsd.org; Thu, 17 Oct 2002 16:16:39 -0700 (PDT) Date: Thu, 17 Oct 2002 16:16:39 -0700 (PDT) Message-Id: <200210172316.g9HNGdZk095440@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 19509 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19509 Change 19509 by jmallett@jmallett_thefather on 2002/10/17 16:16:13 Add the MID_MIPS definition. Affected files ... .. //depot/projects/mips/sys/sys/imgact_aout.h#2 edit Differences ... ==== //depot/projects/mips/sys/sys/imgact_aout.h#2 (text+ko) ==== @@ -135,6 +135,7 @@ #define MID_SUN020 2 /* sun 68020-only binary */ #define MID_I386 134 /* i386 BSD binary */ #define MID_SPARC 138 /* sparc */ +#define MID_MIPS 142 /* big-endian MIPS */ #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 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message