[gdbserver] Remove unused max_jump_pad_size
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index e0706dba3765352405821e73c34191c6c9fe95af..89ccea88d4d0122df259d52d60ff73bce4d6300e 100644 (file)
@@ -8608,7 +8608,7 @@ mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     }
 
   /* Need a new architecture.  Fill in a target specific vector.  */
-  tdep = (struct gdbarch_tdep *) xmalloc (sizeof (struct gdbarch_tdep));
+  tdep = XNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
   tdep->elf_flags = elf_flags;
   tdep->mips64_transfers_32bit_regs_p = mips64_transfers_32bit_regs_p;
This page took 0.023911 seconds and 4 git commands to generate.