mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Changed obstack_chunk_alloc to xmalloc
This commit is contained in:
parent
4b3720f441
commit
3b69c2cc91
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user