This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Kill SKIP_PROLOGUE_FRAMELESS_P


   From: Andrew Cagney <ac131313@cygnus.com>
   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  <davem@redhat.com>

	* 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

   


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]