Add space before the opening parenthesis in function descriptions.
[deliverable/binutils-gdb.git] / gdb / microblaze-tdep.c
index efca90d67ab817dbc37ab47f86ff1acc20666167..14c1b52e1f5467ebc0767b63c7895b68cba128a0 100644 (file)
@@ -676,7 +676,7 @@ microblaze_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_long_double_bit (gdbarch, 128);
This page took 0.023733 seconds and 4 git commands to generate.