From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31308 invoked by alias); 2 May 2007 11:07:07 -0000 Received: (qmail 31202 invoked by uid 22791); 2 May 2007 11:07:06 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 02 May 2007 11:07:04 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id E4D8B4B267; Wed, 2 May 2007 06:07:01 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 65E424B262; Wed, 2 May 2007 06:07:00 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HjCfk-000211-3N; Wed, 02 May 2007 07:07:00 -0400 Date: Wed, 02 May 2007 11:07:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb-patches@sourceware.org, macro@linux-mips.org Subject: Re: [rfc] Propagate constants into MIPS ABI routines, remove some knobs Message-ID: <20070502110659.GA7733@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , gdb-patches@sourceware.org, macro@linux-mips.org References: <20070501203647.GB23630@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00028.txt.bz2 On Wed, May 02, 2007 at 06:02:48AM +0300, Eli Zaretskii wrote: > > Date: Tue, 1 May 2007 16:36:47 -0400 > > From: Daniel Jacobowitz > > Cc: Eli Zaretskii > > > > Eli, docs OK? > > Yes, but perhaps it's a good idea to say in NEWS that the command was > removed and that "set mips abi" should be used instead. Do you mean something more than this? * Removed features ... +set mips stack-arg-size +set mips saved-gpreg-size + + Use "set mips abi" to control parameter passing for MIPS. + -- Daniel Jacobowitz CodeSourcery