From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1961 invoked by alias); 28 Nov 2006 14:56:08 -0000 Received: (qmail 1951 invoked by uid 22791); 28 Nov 2006 14:56:07 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 28 Nov 2006 14:56:02 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gp4NM-0004Yn-8z for gdb-patches@sourceware.org; Tue, 28 Nov 2006 09:56:00 -0500 Date: Tue, 28 Nov 2006 14:56:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [RFA][2/5] New port: Cell BE SPU (valops.c fix) Message-ID: <20061128145600.GA17349@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20061124020838.GA26661@nevyn.them.org> <200611241551.kAOFp1Co020983@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611241551.kAOFp1Co020983@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2006-11/txt/msg00309.txt.bz2 On Fri, Nov 24, 2006 at 04:51:01PM +0100, Ulrich Weigand wrote: > The following patch attemps to solve this problem by adding a new field > VALUE_REGTYPE to the value structure. It is non-NULL if and only if the > value is an lvalue refering to a (subfield of a) register that uses > specical conversion functions. For the record, I haven't really looked at this patch, since we're still discussing what these macros should really do. If the discussion trails off and this is the best way found to fix the bug, please ping the patch. Thanks. -- Daniel Jacobowitz CodeSourcery