* inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
[deliverable/binutils-gdb.git] / gdb / sh64-tdep.c
index a7532133463bfc6f3189ebf100ceb46ed431a959..97a46817943ec84d67b9cf30996bcdf01a109dde 100644 (file)
@@ -2850,9 +2850,6 @@ sh64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   /* The number of real registers is the same whether we are in 
      ISA16(compact) or ISA32(media).  */
   set_gdbarch_num_regs (gdbarch, SIM_SH64_NR_REGS);
-  set_gdbarch_deprecated_register_bytes (gdbarch,
-                                        ((SIM_SH64_NR_FP_REGS + 1) * 4)
-                                        + (SIM_SH64_NR_REGS - SIM_SH64_NR_FP_REGS -1) * 8);
 
   set_gdbarch_register_name (gdbarch, sh64_register_name);
   set_gdbarch_register_type (gdbarch, sh64_register_type);
This page took 0.029616 seconds and 4 git commands to generate.