From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8794 invoked by alias); 14 Oct 2004 22:37:17 -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 8780 invoked from network); 14 Oct 2004 22:37:15 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 14 Oct 2004 22:37:15 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 472F847D9A; Thu, 14 Oct 2004 15:37:15 -0700 (PDT) Date: Thu, 14 Oct 2004 22:37:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/mips] merge mips32_skip_prologue into mips32_scan_prologue Message-ID: <20041014223715.GI1375@gnat.com> References: <20041011055146.GE26446@gnat.com> <416C49B8.9040906@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <416C49B8.9040906@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-10/txt/msg00260.txt.bz2 > >2004-10-11 Joel Brobecker > > > > * mips-tdep.c (mips32_scan_prologue): Merge code from > > mips32_skip_prologue. Now return the address of the first > > instruction past the function prologue. > > (mips32_skip_prologue): Remove. No longer necessary. > > (mips16_skip_prologue): Add parameter end_pc instead of > > computing it. > > (mips_skip_prologue): Compute the upper limit for the > > prologue scanning. Update call to mips16_skip_prologue. > > Replace call to mips32_skip_prologue by call to > > mips32_scan_prologue. > Yes, and also ok to follow-on patches at this incremental level. Thanks! This one has been committed. I will work on the mips16 equivalent, and then look at the couple of items raised in this thread. -- Joel