replace XZALLOC with XCNEW
[deliverable/binutils-gdb.git] / gdb / symfile-debug.c
index 57d4af04f48cde59127d7607abc8373690da74b7..705d9cb4bf812e1ffbf3e10c57bb6f2461a2a470 100644 (file)
@@ -575,7 +575,7 @@ install_symfile_debug_logging (struct objfile *objfile)
   real_sf = objfile->sf;
 
   /* Alas we have to preserve NULL entries in REAL_SF.  */
-  debug_data = XZALLOC (struct debug_sym_fns_data);
+  debug_data = XCNEW (struct debug_sym_fns_data);
 
 #define COPY_SF_PTR(from, to, name, func)      \
   do {                                         \
This page took 0.027922 seconds and 4 git commands to generate.