From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27446 invoked by alias); 21 Jan 2003 19:48:08 -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 27361 invoked from network); 21 Jan 2003 19:48:05 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 21 Jan 2003 19:48:05 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 32DFF3FCD; Tue, 21 Jan 2003 14:48:06 -0500 (EST) Message-ID: <3E2DA3F6.3020906@redhat.com> Date: Tue, 21 Jan 2003 19:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Eliminate dummy frames before/after text end References: <3E2B80DD.4010607@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00684.txt.bz2 > 2003-01-19 Andrew Cagney > > * exec.c (text_start): Delete global variable. > (exec_file_attach): Make text_start local to the function. > * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros. > * valops.c (hand_function_call): Delete code that handles > BEFORE_TEXT_END and AFTER_TEXT_END. > * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead > of CALL_DUMMY_LOCATION. > * gdbarch.c: Regenerate. > * inferior.h (deprecated_pc_in_call_dummy_before_text_end) > (deprecated_pc_in_call_dummy_after_text_end): Delete declaration. > * blockframe.c (deprecated_pc_in_call_dummy_before_text_end) > (deprecated_pc_in_call_dummy_after_text_end): Delete functions. > (text_end): Delete extern declaration. > I've checked this in. Andrew