* ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
authorDaniel Jacobowitz <drow@false.org>
Tue, 15 Jul 2008 18:45:42 +0000 (18:45 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 15 Jul 2008 18:45:42 +0000 (18:45 +0000)
gdb/ChangeLog
gdb/ia64-tdep.c

index 4715b19..358902e 100644 (file)
@@ -1,5 +1,9 @@
 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
 
+       * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
+
+2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
        * dwarf2-frame.c (dwarf2_frame_cache): Update comment.
        * frame.c (frame_unwind_address_in_block): Delete.
        (get_frame_address_in_block): Do not use it.  Check the type
index 32e0f69..991cb06 100644 (file)
@@ -3436,7 +3436,7 @@ ia64_dummy_id (struct gdbarch *gdbarch, struct frame_info *this_frame)
   if (gdbarch_debug >= 1)
     fprintf_unfiltered (gdb_stdlog,
                        "dummy frame id: code 0x%s, stack 0x%s, special 0x%s\n",
-                       paddr_nz (frame_pc_unwind (this_frame)), 
+                       paddr_nz (get_frame_pc (this_frame)),
                        paddr_nz (sp), paddr_nz (bsp));
 
   return frame_id_build_special (sp, get_frame_pc (this_frame), bsp);