* libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.
[external/binutils.git] / bfd / ecofflink.c
index 306f028..2f3235c 100644 (file)
@@ -41,7 +41,7 @@ static boolean ecoff_write_symhdr PARAMS ((bfd *, struct ecoff_debug_info *,
                                           file_ptr where));
 
 /* Obstack allocation and deallocation routines.  */
-#define obstack_chunk_alloc bfd_xmalloc_by_size_t
+#define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free free
 \f
 /* The minimum amount of data to allocate.  */