* alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
authorJoel Brobecker <brobecker@gnat.com>
Wed, 4 Jun 2003 05:50:35 +0000 (05:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 4 Jun 2003 05:50:35 +0000 (05:50 +0000)
        references to struct frame_info fields by calls to the equivalent
        accessors. Necessary now that frame_info is opaque.

gdb/ChangeLog
gdb/alphanbsd-tdep.c

index 543701879e43b6cfd9a185263a449a4620a09653..c309bb21a5e1824777627e8f6866985cf433181c 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-03  J. Brobecker  <brobecker@gnat.com>
+
+       * alphanbsd-tdep.c (alphanbsd_sigcontext_addr):  Replace
+       references to struct frame_info fields by calls to the equivalent
+       accessors. Necessary now that frame_info is opaque.
+
 2003-06-03  J. Brobecker  <brobecker@gnat.com>
 
        * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
index 4a6faf345aa20de6de17f2b3d5a191ab6314a318..0fdbb63c6fbda4d6eeb47c48cb00b9b6326f3bc1 100644 (file)
@@ -189,7 +189,7 @@ alphanbsd_sigcontext_addr (struct frame_info *frame)
   /* FIXME: This is not correct for all versions of NetBSD/alpha.
      We will probably need to disassemble the trampoline to figure
      out which trampoline frame type we have.  */
-  return frame->frame;
+  return get_frame_base (frame);
 }
 
 static void