Committed after testing and independent approval/endorsement.
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index 03a50a0798814e02089fd52b0dfb53cb7cb8ff60..5c99aa859d95a98598bba73f26c0cdf45cfb73af 100644 (file)
@@ -280,7 +280,7 @@ static CORE_ADDR
 vax_extract_struct_value_address (char *regbuf)
 {
   return (extract_unsigned_integer (regbuf + DEPRECATED_REGISTER_BYTE (0),
-                                   REGISTER_RAW_SIZE (0)));
+                                   DEPRECATED_REGISTER_RAW_SIZE (0)));
 }
 \f
 static const unsigned char *
@@ -348,7 +348,7 @@ vax_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
   /* NOTE: cagney/2002-12-06: This can be deleted when this arch is
      ready to unwind the PC first (see frame.c:get_prev_frame()).  */
-  set_gdbarch_deprecated_init_frame_pc (gdbarch, init_frame_pc_default);
+  set_gdbarch_deprecated_init_frame_pc (gdbarch, deprecated_init_frame_pc_default);
 
   /* Register info */
   set_gdbarch_num_regs (gdbarch, VAX_NUM_REGS);
This page took 0.024279 seconds and 4 git commands to generate.