From owner-freebsd-tinderbox@FreeBSD.ORG Wed Feb 18 22:11:43 2009 Return-Path: Delivered-To: tinderbox@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0A32106566B; Wed, 18 Feb 2009 22:11:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E56FC8FC0A; Wed, 18 Feb 2009 22:11:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n1ILaTRJ061685; Wed, 18 Feb 2009 14:37:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 18 Feb 2009 14:36:38 -0700 (MST) Message-Id: <20090218.143638.-1025539642.imp@bsdimp.com> To: kostikbel@gmail.com From: "M. Warner Losh" In-Reply-To: <20090218200023.GU41617@deviant.kiev.zoral.com.ua> References: <20090217.235826.-1697751865.imp@bsdimp.com> <20090218200023.GU41617@deviant.kiev.zoral.com.ua> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: xcllnt@mac.com, mips@FreeBSD.org, tinderbox@FreeBSD.org, current@FreeBSD.org Subject: Re: [head tinderbox] failure on mips/mips X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 22:11:44 -0000 In message: <20090218200023.GU41617@deviant.kiev.zoral.com.ua> Kostik Belousov writes: : I have a question. All architectures I had a slightest interest in, : included the required alignment of types into the ABI specification. : This is true at least for i386. amd64, sparc v8 and v9, and HP-PA 1.1 : and 2.0. : : Is MIPS different in this aspect ? MIPS does define it as well. I have all the old o32 docs, but have had trouble locating the n32/n64 docs since they were done by SGI and SGI is now defunct. I know MIPS Technologies has information on nubi, which is yet another ABI family aimed more at the embedded platforms, but it hasn't had much traction. Warner