]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
authorMark Kettenis <kettenis@gnu.org>
Sun, 8 Aug 2004 10:43:18 +0000 (10:43 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 8 Aug 2004 10:43:18 +0000 (10:43 +0000)
frame_pc_unwind.

gdb/ChangeLog
gdb/vax-tdep.c

index 9414fe61454c96a1c614a602539a315b80945073..1392f73027b04f7cc73c462515ca158e81aff84a 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
+       frame_pc_unwind.
+
 2004-08-07  Andrew Cagney  <cagney@gnu.org>
 
        * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
index 78862fc04a35e9e00f957bcfe2bc4adc45f8c457..cd3bcb8925d0391292e1d6e57c85f33797de1d8f 100644 (file)
@@ -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