Add AVX512 registers support to GDB and GDBserver.
[deliverable/binutils-gdb.git] / gdb / moxie-tdep.c
index e1992f9343a3420e8fe318e200b85c05482746c9..793e7a475cebed5957ebee4097b7add1c72ff72a 100644 (file)
@@ -1112,7 +1112,7 @@ moxie_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     return arches->gdbarch;
 
   /* Allocate space for the new architecture.  */
-  tdep = XMALLOC (struct gdbarch_tdep);
+  tdep = XNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
 
   set_gdbarch_read_pc (gdbarch, moxie_read_pc);
This page took 0.024222 seconds and 4 git commands to generate.