From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14072 invoked by alias); 1 May 2007 23:40:10 -0000 Received: (qmail 14063 invoked by uid 22791); 1 May 2007 23:40:10 -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; Tue, 01 May 2007 23:40:08 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id F390F4B267; Tue, 1 May 2007 18:40:06 -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 9F1FA4B262; Tue, 1 May 2007 18:40:02 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hj1wv-00005A-Iq; Tue, 01 May 2007 19:40:01 -0400 Date: Tue, 01 May 2007 23:40:00 -0000 From: Daniel Jacobowitz To: Thiemo Seufer Cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" , Eli Zaretskii Subject: Re: [rfc] Propagate constants into MIPS ABI routines, remove some knobs Message-ID: <20070501234001.GB32508@caradoc.them.org> Mail-Followup-To: Thiemo Seufer , gdb-patches@sourceware.org, "Maciej W. Rozycki" , Eli Zaretskii References: <20070501203647.GB23630@caradoc.them.org> <20070501231043.GF30083@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070501231043.GF30083@networkno.de> 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/msg00023.txt.bz2 On Wed, May 02, 2007 at 12:10:43AM +0100, Thiemo Seufer wrote: > > Maciej, do you know of anyone who needs to use the stack-arg-size / > > saved-gpreg-size commands? I couldn't find any uses when I searched > > for them. I didn't touch the FP options in this pass. > > Maybe we should have a .mdebug.abi32-fp64 ABI marker for -mabi=32 -mfp64 > objects. I probably should also move over to binutils so it can handle > assembler files. What do you think? Seems plausible although I don't much care how it is represented; I'm about to have to invent this for PowerPC too. -- Daniel Jacobowitz CodeSourcery