From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31460 invoked by alias); 4 Mar 2008 20:14:16 -0000 Received: (qmail 31451 invoked by uid 22791); 4 Mar 2008 20:14:15 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Mar 2008 20:13:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B92302AA609 for ; Tue, 4 Mar 2008 15:13:51 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rfm7h7ZVd9dT for ; Tue, 4 Mar 2008 15:13:51 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 85BBE2AA5BA for ; Tue, 4 Mar 2008 15:13:51 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 62735E7ACB; Tue, 4 Mar 2008 12:13:49 -0800 (PST) Date: Tue, 04 Mar 2008 20:14:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/XML/powerpc] change type of lr register to code_ptr Message-ID: <20080304201349.GA3840@adacore.com> References: <20080229175329.GE3701@adacore.com> <20080229191518.GB3824@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080229191518.GB3824@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-03/txt/msg00032.txt.bz2 > > * power-core.xml, power64-core.xml, powerpc-601.xml, rs6000.xml: > > Change the type of the lr register to code_ptr. > > * powerpc-32.c, powerpc-403.c, powerpc-403gc.c, powerpc-505.c, > > powerpc-601.c, powerpc-602.c, powerpc-603.c, powerpc-604.c, > > powerpc-64.c, powerpc-7400.c, powerpc-750.c, powerpc-860.c, > > powerpc-e500.c, rs6000.c: Regenerate. > > > > Tested on ppc-aix. No regression. > > OK to apply? > > OK. Thank you, now checked in. (BTW: I fixed the changelog, since the features/rs6000 subdirectoy was missing in all filenames) -- Joel