From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12823 invoked by alias); 23 Oct 2004 18:42:04 -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 12814 invoked from network); 23 Oct 2004 18:42:03 -0000 Received: from unknown (HELO iris1.csv.ica.uni-stuttgart.de) (129.69.118.2) by sourceware.org with SMTP; 23 Oct 2004 18:42:03 -0000 Received: from rembrandt.csv.ica.uni-stuttgart.de ([129.69.118.42]) by iris1.csv.ica.uni-stuttgart.de with esmtp id 1CLQq1-00071t-00; Sat, 23 Oct 2004 20:42:01 +0200 Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1CLQq0-0002JY-00; Sat, 23 Oct 2004 20:42:00 +0200 Date: Sat, 23 Oct 2004 18:42:00 -0000 To: Mark Kettenis Cc: binutils@sources.redhat.com Subject: Re: [PATCH/RFA] Add support for OpenBSD/mips64 Message-ID: <20041023184200.GC24545@rembrandt.csv.ica.uni-stuttgart.de> References: <200410222156.i9MLuOcp005788@elgar.sibelius.xs4all.nl> <20041022224142.GB24545@rembrandt.csv.ica.uni-stuttgart.de> <200410231803.i9NI3h5P024580@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410231803.i9NI3h5P024580@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.6i From: Thiemo Seufer X-SW-Source: 2004-10/txt/msg00371.txt.bz2 Mark Kettenis wrote: > Date: Sat, 23 Oct 2004 00:41:42 +0200 > From: Thiemo Seufer > > Is the use of *trad*mips for 64bit targets intentional? It means that > o32 ELF objects from the mips64*-*-openbsd* target are incompatible to > ones from mips*-*-openbsd*. > > [Putting my OpenBSD hat on] > > Quite so. OpenBSD/sgi is a new fully 64-bit platform as far as > OpenBSD is concerned, which currently is the only member of the > OpenBSD/mips64 family. Currently is runs on the SGI O2, although > support for the SGI Origin200 is being worked on. In that case, it is probably better to limit the supported bfd vectors to n32 and n64 ABIs. Introducing a new incompatible o32-style ABI on a pure 64bit platform doesn't make that much sense, AFAICS. Thiemo