2004-08-10 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 10 Aug 2004 20:03:32 +0000 (20:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 10 Aug 2004 20:03:32 +0000 (20:03 +0000)
commit0efffb96a98349f8305e81ec4103dacec4e59baf
tree4af60090c4ba9651755ddfc0f40251a351edc16b
parent7936743b083af802de53a9483c450d917e991d46
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.
gdb/ChangeLog
gdb/dbxread.c
gdb/defs.h
gdb/hpread.c
gdb/source.c
gdb/symmisc.c
gdb/utils.c