Explicitly include <array> for std::array<>.
[deliverable/binutils-gdb.git] / gdb / lm32-tdep.c
index 84ece3e93f0b4d70b97a1df1f91ac7a9469c9f4a..1ca6c08bf2da769329301e31b7395c8ff0fd4a74 100644 (file)
@@ -521,7 +521,7 @@ lm32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     return arches->gdbarch;
 
   /* None found, create a new architecture from the information provided.  */
-  tdep = XNEW (struct gdbarch_tdep);
+  tdep = XCNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
 
   /* Type sizes.  */
This page took 0.02413 seconds and 4 git commands to generate.