2004-08-10 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 10 Aug 2004 19:37:47 +0000 (19:37 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 10 Aug 2004 19:37:47 +0000 (19:37 +0000)
commit7936743b083af802de53a9483c450d917e991d46
tree308c3878dd6db1628a33e4c990a67cf68cd842a8
parent902f2ccb3d3c265dfd20a64f35839df9a6c7655a
2004-08-10  Andrew Cagney  <cagney@gnu.org>

* utils.c (xmmalloc): Delete.
(xmalloc): Inline xmmalloc and mmalloc calls.
(msavestring): Use xmalloc.
* defs.h (xmmalloc): Delete declaration.
* xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
xmmalloc.
* symmisc.c (extend_psymbol_list): Ditto.
* symfile.c (init_psymbol_list): Ditto.
* source.c (find_source_lines): Ditto.
* hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
* elfread.c (elf_symtab_read): Ditto.
* dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
* coffread.c (coff_symfile_init): Ditto.
gdb/ChangeLog
gdb/coffread.c
gdb/dbxread.c
gdb/defs.h
gdb/elfread.c
gdb/hpread.c
gdb/source.c
gdb/symfile.c
gdb/symmisc.c
gdb/utils.c
gdb/xcoffread.c
This page took 0.025199 seconds and 4 git commands to generate.