Use XCNEW gdbarch_tdep
[deliverable/binutils-gdb.git] / gdb / m68hc11-tdep.c
index b19ddf7b71d2963ab51e56cd46288d3faddc80a2..b0b97b2de40eeb069b4ac8e17262539483ba876c 100644 (file)
@@ -1434,7 +1434,7 @@ m68hc11_gdbarch_init (struct gdbarch_info info,
     }
 
   /* Need a new architecture.  Fill in a target specific vector.  */
-  tdep = XNEW (struct gdbarch_tdep);
+  tdep = XCNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
   tdep->elf_flags = elf_flags;
 
This page took 0.02547 seconds and 4 git commands to generate.