From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4635 invoked by alias); 31 Jul 2002 23:16:19 -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 4621 invoked from network); 31 Jul 2002 23:16:18 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 31 Jul 2002 23:16:18 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA16819; Wed, 31 Jul 2002 16:15:51 -0700 (PDT) Message-ID: <3D486B72.AAFC6327@redhat.com> Date: Wed, 31 Jul 2002 16:22:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Kevin Buettner CC: gdb-patches@sources.redhat.com, echristo@redhat.com Subject: Re: [PATCH] mips-tdep.c: Add "n64" to "set mips abi" help message References: <1020731202815.ZM23228@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00642.txt.bz2 Kevin Buettner wrote: > > I've just committed the patch below... > > * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi" > help message. > > Index: mips-tdep.c > =================================================================== > RCS file: /cvs/src/src/gdb/mips-tdep.c,v > retrieving revision 1.84 > diff -u -p -r1.84 mips-tdep.c > --- mips-tdep.c 31 Jul 2002 20:08:20 -0000 1.84 > +++ mips-tdep.c 31 Jul 2002 20:18:57 -0000 > @@ -5126,6 +5126,7 @@ This option can be set to one of:\n\ > " o32\n" > " o64\n" > " n32\n" > + " n64\n" > " eabi32\n" > " eabi64", > &setmipscmdlist); Hey Kevin, Eric, Isn't there also an "MEABI32" and "MEABI64"? Something developed at mips? Perhaps we should add placeholders for those?