From owner-freebsd-mips@FreeBSD.ORG Thu Jun 10 12:37:31 2004 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602BD16A4CE; Thu, 10 Jun 2004 12:37:31 +0000 (GMT) Received: from mail.linux-mips.net (p508B6474.dip.t-dialin.net [80.139.100.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8100443D41; Thu, 10 Jun 2004 12:37:27 +0000 (GMT) (envelope-from ralf@linux-mips.org) Received: from fluff.linux-mips.net (fluff.linux-mips.net [127.0.0.1]) by mail.linux-mips.net (8.12.11/8.12.8) with ESMTP id i5ACbMB2001766; Thu, 10 Jun 2004 14:37:22 +0200 Received: (from ralf@localhost) by fluff.linux-mips.net (8.12.11/8.12.11/Submit) id i5ACbIb6001759; Thu, 10 Jun 2004 14:37:18 +0200 Date: Thu, 10 Jun 2004 14:37:18 +0200 From: Ralf Baechle To: juli mallett Message-ID: <20040610123718.GA32315@linux-mips.org> References: <20040610090712.GA71925@FreeBSD.org> <4038.217.68.50.10.1086861511.squirrel@webmail.dataloss.nl> <20040610101801.GA75709@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040610101801.GA75709@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: freebsd-mips@FreeBSD.org cc: "Steffen M. Boelaars" Subject: Re: Some MIPS status goodies. X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 12:37:31 -0000 On Thu, Jun 10, 2004 at 12:18:01AM -1000, juli mallett wrote: > Right now I gotta say that Elf64-requiring systems are out. I can't > get the toolchain to behave enough. Once I can get loader going, I > can probably deal with the pain a lot more easily, because we can > just default to Elf64 and make Elf32 a second-class citizen. 64-bit ELF requires very recent GNU tools and even in those it cannot be considered of prime quality. 64-bit code is so much larger that it often delivers just half the performance of 32-bit code. Ralf