diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:51:12 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:51:12 +0000 |
commit | 7475b06c2068a2fa8e774f3cbe809e3d00218a72 (patch) | |
tree | a04fa1ed462fa99df6d2aa29762d583b47a2f725 | |
parent | 15230f37454a641eaafb72882eb020f42d8a5178 (diff) | |
download | gdb-7475b06c2068a2fa8e774f3cbe809e3d00218a72.zip gdb-7475b06c2068a2fa8e774f3cbe809e3d00218a72.tar.gz gdb-7475b06c2068a2fa8e774f3cbe809e3d00218a72.tar.bz2 |
* symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/symtab.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b89a0f..888467f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. 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) |