From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 448 invoked by alias); 30 Apr 2004 20:46:06 -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 434 invoked from network); 30 Apr 2004 20:46:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Apr 2004 20:46:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3UKk5KI016740 for ; Fri, 30 Apr 2004 16:46:05 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3UKk4v20895; Fri, 30 Apr 2004 16:46:04 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AF7D82B9D; Fri, 30 Apr 2004 16:46:06 -0400 (EDT) Message-ID: <4092BB0E.6030807@gnu.org> Date: Fri, 30 Apr 2004 20:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Delete deprecated_inside_entry_file part #1 of #2 References: <40911510.5080904@gnu.org> In-Reply-To: <40911510.5080904@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00714.txt.bz2 > Hello, > > As the various comments in the code explain, it's firstly wrong and secondly superseeded by fixes to inside main func. This finally yanks it. The follow on patch will yank the corresponding symbol table stuff. > > I'll commit this part in a day or so. Committed, Andrew > 2004-04-29 Andrew Cagney > > * defs.h (deprecated_inside_entry_file): Delete declaration. > * blockframe.c (deprecated_inside_entry_file): Delete function. > (legacy_frame_chain_valid): Delete call. > * sh64-tdep.c (sh64_frame_chain): Delete call. > * objfiles.h: Update comments. > * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete > call. > * frame.c (get_prev_frame): Delete call, update comments. >