From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32496 invoked by alias); 31 Jul 2002 20:28:22 -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 32488 invoked from network); 31 Jul 2002 20:28:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 31 Jul 2002 20:28:21 -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 g6VKFvl12149 for ; Wed, 31 Jul 2002 16:15:57 -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 g6VKSJu01847 for ; Wed, 31 Jul 2002 16:28:19 -0400 Received: from romulus.sfbay.redhat.com (IDENT:0tnqcuKhUvUTPR2nnjWu02m8YXL2K/wj@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6VKSIm01052 for ; Wed, 31 Jul 2002 13:28:19 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6VKSFn23229 for gdb-patches@sources.redhat.com; Wed, 31 Jul 2002 13:28:16 -0700 Date: Wed, 31 Jul 2002 13:29:00 -0000 From: Kevin Buettner Message-Id: <1020731202815.ZM23228@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [PATCH] mips-tdep.c: Add "n64" to "set mips abi" help message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00630.txt.bz2 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);