Use XCNEW gdbarch_tdep
[deliverable/binutils-gdb.git] / gdb / microblaze-tdep.c
index 86cb090c40fb3b558e9af34b0b9df9d4feb53118..55c77151f8ff9dedcf21864121538a945e926436 100644 (file)
@@ -703,7 +703,7 @@ microblaze_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     }
 
   /* Allocate space for the new architecture.  */
-  tdep = XNEW (struct gdbarch_tdep);
+  tdep = XCNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
 
   set_gdbarch_long_double_bit (gdbarch, 128);
This page took 0.02387 seconds and 4 git commands to generate.