From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15382 invoked by alias); 1 Sep 2004 20:43:57 -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 15373 invoked from network); 1 Sep 2004 20:43:56 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 1 Sep 2004 20:43:56 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 2903C47D91; Wed, 1 Sep 2004 13:43:56 -0700 (PDT) Date: Wed, 01 Sep 2004 20:43:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] inline find_proc_desc into mips_insn32_frame_cache Message-ID: <20040901204356.GK969@gnat.com> References: <20040901184716.GB978@gnat.com> <413620B1.3060500@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <413620B1.3060500@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-09/txt/msg00026.txt.bz2 > >2004-09-01 Joel Brobecker > > > > * mips-tdep.c (linked_proc_desc_table): Delete, not used. > > (mips_insn32_frame_cache): Inline call to find_proc_desc. > > (find_proc_desc): Remove dead code. > > > >Tested on mips-irix 6.5, no regression. > >OK to apply? > > Ok, feel free to commit any similar simplifications / inlineings. Thanks! Checked in. -- Joel