* symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.

This commit is contained in:
Thiago Jung Bauermann 2011-07-04 18:51:12 +00:00
parent 15230f3745
commit 7475b06c20
2 changed files with 6 additions and 2 deletions

View 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

View 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)