From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8285 invoked by alias); 22 Apr 2002 01:40:14 -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 8278 invoked from network); 22 Apr 2002 01:40:13 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 22 Apr 2002 01:40:13 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id SAA02424; Sun, 21 Apr 2002 18:31:15 -0700 Date: Sun, 21 Apr 2002 18:40:00 -0000 Message-Id: <20020421.183114.00007851.davem@redhat.com> To: ac131313@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Kill SKIP_PROLOGUE_FRAMELESS_P From: "David S. Miller" In-Reply-To: <3CC368A4.6050601@cygnus.com> References: <3CC3078D.8010403@cygnus.com> <20020421.164853.06163115.davem@redhat.com> <3CC368A4.6050601@cygnus.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00761.txt.bz2 From: Andrew Cagney Date: Sun, 21 Apr 2002 21:34:28 -0400 Can you also please remember to create patches against current sources. That way everyones life is easier (and in this case I could have reviewed it a lot quicker). Ok. Anyway, can you please update the documentation (obvious) - it now refers to a non-existant macro. Done, thusly. 2002-04-21 David S. Miller * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. --- gdbint.texinfo.~1~ Sun Apr 21 08:52:35 2002 +++ gdbint.texinfo Sun Apr 21 18:35:29 2002 @@ -3415,12 +3415,6 @@ A C expression that returns the address of the ``real'' code beyond the function entry prologue found at @var{pc}. -@item SKIP_PROLOGUE_FRAMELESS_P -@findex SKIP_PROLOGUE_FRAMELESS_P -A C expression that should behave similarly, but that can stop as soon -as the function is known to have a frame. If not defined, -@code{SKIP_PROLOGUE} will be used instead. - @item SKIP_TRAMPOLINE_CODE (@var{pc}) @findex SKIP_TRAMPOLINE_CODE If the target machine has trampoline code that sits between callers and