]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 4715b19d5d09aeed65ac5d3bd0b14e34cf74b25d..358902e9b9f3445d9b9183e8771cbc89bd0355b0 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 32e0f699284f2edf1b5348d0bfd2a654d414efc5..991cb06eb2ba848a6186a39b1688ff41ae9920d0 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);