From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32234 invoked by alias); 13 Apr 2005 22:39:22 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 32181 invoked from network); 13 Apr 2005 22:39:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Apr 2005 22:39:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3DMdJvL019274; Wed, 13 Apr 2005 18:39:19 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3DMdIO26654; Wed, 13 Apr 2005 18:39:18 -0400 Received: from dhcp-172-16-25-252.sfbay.redhat.com (dhcp-172-16-25-252.sfbay.redhat.com [172.16.25.252]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3DMdHYE005539; Wed, 13 Apr 2005 18:39:17 -0400 Subject: Re: [RFA] Update OpenBSD/mips64 support From: Eric Christopher To: Mark Kettenis Cc: binutils@sourceware.org In-Reply-To: <200504132237.j3DMbnCm005343@elgar.sibelius.xs4all.nl> References: <200504132213.j3DMDp4H019946@elgar.sibelius.xs4all.nl> <1113431453.4591.7.camel@localhost.localdomain> <200504132237.j3DMbnCm005343@elgar.sibelius.xs4all.nl> Content-Type: text/plain Date: Wed, 13 Apr 2005 22:39:00 -0000 Message-Id: <1113431956.4591.10.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00342.txt.bz2 On Thu, 2005-04-14 at 00:37 +0200, Mark Kettenis wrote: > From: Eric Christopher > Date: Wed, 13 Apr 2005 15:30:53 -0700 > > > + mips64*-openbsd*) > > + mips_default_abi=N64_ABI > > + ;; > > Not n32? > > Nope. OpenBSD/sgi is fully 64-bit. Don't think it even can execute > 32-bit code. n32 is 32-bit pointers and 64-bit registers. 64-bit registers are required. It's also a heck of a lot faster than n64 :) -eric