* symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 4 Jul 2011 18:51:12 +0000 (18:51 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 4 Jul 2011 18:51:12 +0000 (18:51 +0000)
gdb/ChangeLog
gdb/symtab.c

index 7b89a0f..888467f 100644 (file)
@@ -1,5 +1,9 @@
 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
+       * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
+
+2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
        * ui-out.c (ui_out_field_core_addr): Mention that the function
        description is in the header file.
        * ui-out.h (ui_out_field_core_addr): Document function.
index ff68c3f..5ece679 100644 (file)
@@ -4379,8 +4379,8 @@ in_prologue (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR func_start)
    The functions end point and an increasing SAL line are used as
    indicators of the prologue's endpoint.
 
-   This code is based on the function refine_prologue_limit (versions
-   found in both ia64 and ppc).  */
+   This code is based on the function refine_prologue_limit
+   (found in ia64).  */
 
 CORE_ADDR
 skip_prologue_using_sal (struct gdbarch *gdbarch, CORE_ADDR func_addr)