* ia64-linux-nat.c: Update copyright year.
[deliverable/binutils-gdb.git] / gdb / std-regs.c
index 1e8f3c8c8e628e0d7c48b1f78507550d9c392b45..368720dd95b06f9af063c30f09ec44236a655bb6 100644 (file)
@@ -90,7 +90,7 @@ value_of_builtin_frame_fp_reg (struct frame_info *frame)
        memset (buf, TYPE_LENGTH (VALUE_TYPE (val)), 0);
       else
        ADDRESS_TO_POINTER (builtin_type_void_data_ptr, buf,
-                           get_frame_base (frame));
+                           get_frame_base_address (frame));
       return val;
     }
 }
@@ -142,7 +142,7 @@ _initialize_frame_reg (void)
      can't be initialized using _initialize*() or gdbarch.  Due mainly
      to non-multi-arch targets, GDB initializes things piece meal and,
      as a consequence can leave these types NULL.  */
-  REGISTER_GDBARCH_SWAP (builtin_type_frame_reg);
+  DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_frame_reg);
 
   /* Frame based $fp, $pc, $sp and $ps.  These only come into play
      when the target does not define its own version of these
This page took 0.024476 seconds and 4 git commands to generate.