diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:32:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:32:06 +0000 |
commit | ef02daa9e63e24a670a7d30166c33eb979ecf580 (patch) | |
tree | 77b9ea563521b8d37ae42af57f5863794a867a18 /gdb/rs6000-tdep.c | |
parent | 96e32df874f88b174fde0c5c7133a4ee50fe2154 (diff) | |
download | gdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.zip gdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.tar.gz gdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.tar.bz2 |
* frame.c (frame_func_unwind): Delete.
(get_frame_func): Do not use it.
* frame.h (frame_func_unwind): Delete prototype.
* hppa-tdep.c (hppa_frame_cache): Update comment.
* rs6000-tdep.c (rs6000_frame_cache): Update comment.
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 20a6cb5..08f926e 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -2509,7 +2509,7 @@ rs6000_frame_cache (struct frame_info *this_frame, void **this_cache) /* If the function appears to be frameless, check a couple of likely indicators that we have simply failed to find the frame setup. Two common cases of this are missing symbols (i.e. - frame_func_unwind returns the wrong address or 0), and assembly + get_frame_func returns the wrong address or 0), and assembly stubs which have a fast exit path but set up a frame on the slow path. |