]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/solib-dsbt.c
replace XZALLOC with XCNEW
[thirdparty/binutils-gdb.git] / gdb / solib-dsbt.c
index 075c92ef2b327ac2013e6cc5df58405e3d747030..713fa5195721c0a80092f984f3c0104b063e7100 100644 (file)
@@ -181,7 +181,7 @@ get_dsbt_info (void)
   if (info != NULL)
     return info;
 
-  info = XZALLOC (struct dsbt_info);
+  info = XCNEW (struct dsbt_info);
   set_program_space_data (current_program_space, solib_dsbt_pspace_data, info);
 
   info->lm_base_cache = 0;