From: Steve Chamberlain Date: Tue, 21 May 1991 15:59:33 +0000 (+0000) Subject: Changed obstack_chunk_alloc to xmalloc X-Git-Tag: gdb-4_18~24236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b69c2cc9172685c076216ebb2577d9b86c799ca;p=platform%2Fupstream%2Fbinutils.git Changed obstack_chunk_alloc to xmalloc --- diff --git a/bfd/opncls.c b/bfd/opncls.c index fdd7f4b..32a07c3 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -51,7 +51,7 @@ FILE *bfd_open_file(); Perhaps, since unix has so many different kinds of locking anyway, we should use the emacs lock scheme?... */ -#define obstack_chunk_alloc malloc +#define obstack_chunk_alloc xmalloc #define obstack_chunk_free free /* Return a new BFD. All BFD's are allocated through this routine. */