* 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 7b89a0fa7bb7812f93333bf78dcfa65e60462987..888467f4b604a263a8e047d68c0d4c1ac0464640 100644 (file)
@@ -1,3 +1,7 @@
+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
index ff68c3fdb41dc7945691a7f0fa0e69afb57bda17..5ece679eafa93f13004deaa27166f1c8e66f589d 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)