From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11739 invoked by alias); 31 Jul 2002 23:32:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11732 invoked from network); 31 Jul 2002 23:32:23 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 31 Jul 2002 23:32:23 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g6VNJwl20710 for ; Wed, 31 Jul 2002 19:19:58 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g6VNWKu03026; Wed, 31 Jul 2002 19:32:20 -0400 Received: from romulus.sfbay.redhat.com (IDENT:J8aDSd2lLoiqXpJD8vj0A2JXklGjlPt+@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6VNWDm01949; Wed, 31 Jul 2002 16:32:14 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6VNWBv24390; Wed, 31 Jul 2002 16:32:11 -0700 Date: Wed, 31 Jul 2002 16:39:00 -0000 From: Kevin Buettner Message-Id: <1020731233211.ZM24389@localhost.localdomain> In-Reply-To: Michael Snyder "Re: [PATCH] mips-tdep.c: Add "n64" to "set mips abi" help message" (Jul 31, 3:57pm) References: <1020731202815.ZM23228@localhost.localdomain> <3D486B72.AAFC6327@redhat.com> To: Michael Snyder , Kevin Buettner Subject: Re: [PATCH] mips-tdep.c: Add "n64" to "set mips abi" help message Cc: gdb-patches@sources.redhat.com, echristo@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00645.txt.bz2 On Jul 31, 3:57pm, Michael Snyder wrote: > Isn't there also an "MEABI32" and "MEABI64"? I've seen these before somewhere. (bfd maybe). > Something developed at mips? I don't know anything about them. > Perhaps we should add placeholders for those? Sounds right to me so long as they're really different from the ones we already have. Kevin