From: Mark Kettenis Date: Sun, 8 Aug 2004 10:43:18 +0000 (+0000) Subject: * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db8a624e69ce57b2611d2951fc5477fe8e6aa3df;p=thirdparty%2Fbinutils-gdb.git * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of frame_pc_unwind. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9414fe61454..1392f73027b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-08-08 Mark Kettenis + + * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of + frame_pc_unwind. + 2004-08-07 Andrew Cagney * doublest.c (floatformat_from_length): Fix tipo, "*" not "&". diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index 78862fc04a3..cd3bcb8925d 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -383,7 +383,7 @@ vax_frame_this_id (struct frame_info *next_frame, void **this_cache, if (cache->base == 0) return; - (*this_id) = frame_id_build (cache->base, frame_pc_unwind (next_frame)); + (*this_id) = frame_id_build (cache->base, frame_func_unwind (next_frame)); } static void