From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15992 invoked by alias); 17 Feb 2004 14:53:23 -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 15985 invoked from network); 17 Feb 2004 14:53:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 17 Feb 2004 14:53:23 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 7AA281A448A; Tue, 17 Feb 2004 09:49:09 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16434.10725.414358.421449@localhost.redhat.com> Date: Tue, 17 Feb 2004 14:53:00 -0000 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Move skip_prologue_using_sal to symtab.c In-Reply-To: <402E7B0C.8030409@gnu.org> References: <402E7B0C.8030409@gnu.org> X-SW-Source: 2004-02/txt/msg00465.txt.bz2 Andrew Cagney writes: > Hello, > > This patch moves the two identical versions of skip_prologue_using_sal, > found in both mips-tdep and frv-tdep, into symtab.c (just after > in_prologue). > need to add #include symtab.h anywhere? > I've also added comments to the two refine_prologue_limit variants > (found in ia64-tdep and rs6000-tdep) pointing at the new code. > superseded > comments? symtab ok? ok for me. elena