mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2004-08-10 Andrew Cagney <cagney@gnu.org>
* defs.h (xmrealloc): Delete. * utils.c (xmrealloc): Delete. (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc. * symmisc.c (extend_psymbol_list): Use xrealloc. * source.c (find_source_lines): Ditto. * hpread.c (hpread_lookup_type): Ditto. * dbxread.c (add_bincl_to_list): Ditto.
This commit is contained in:
@ -875,7 +875,6 @@ extern char *mstrsave (void *, const char *);
|
||||
|
||||
/* Robust versions of same. Throw an internal error when no memory,
|
||||
guard against stray NULL arguments. */
|
||||
extern void *xmrealloc (void *md, void *ptr, size_t size);
|
||||
extern void *xmcalloc (void *md, size_t number, size_t size);
|
||||
extern void xmfree (void *md, void *ptr);
|
||||
|
||||
|
Reference in New Issue
Block a user