diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index ff68c3f..5ece679 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -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) |