mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 22:21:26 +08:00
2004-08-10 Andrew Cagney <cagney@gnu.org>
* defs.h (xmcalloc): Delete declaration. * utils.c (xmcalloc): Delete. (xcalloc): Inline calls to xmcalloc and mcalloc. * ada-lang.c (_initialize_ada_language): Use htab_create_alloc, xcalloc and xfree. * symtab.c (create_demangled_names_hash): Ditto.
This commit is contained in:
@ -10261,9 +10261,9 @@ Show the maximum number of bytes allowed in a dynamic-sized object.",
|
||||
|
||||
obstack_init (&symbol_list_obstack);
|
||||
|
||||
decoded_names_store = htab_create_alloc_ex
|
||||
decoded_names_store = htab_create_alloc
|
||||
(256, htab_hash_string, (int (*)(const void *, const void *)) streq,
|
||||
NULL, NULL, xmcalloc, xmfree);
|
||||
NULL, xcalloc, xfree);
|
||||
}
|
||||
|
||||
/* Create a fundamental Ada type using default reasonable for the current
|
||||
|
Reference in New Issue
Block a user