diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-08 23:01:04 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-08 23:01:04 +0000 |
commit | 99283e87795668b28a6d089bf59ecc87470900c9 (patch) | |
tree | 41c5dbae835859442b96ee80e3e32f8619231785 /gdb | |
parent | db2290543072832591eedf5aaf5c441e5a9efb04 (diff) | |
download | gdb-99283e87795668b28a6d089bf59ecc87470900c9.zip gdb-99283e87795668b28a6d089bf59ecc87470900c9.tar.gz gdb-99283e87795668b28a6d089bf59ecc87470900c9.tar.bz2 |
* defs.h: Remove decls of xmalloc and xrealloc. There is a
conflicting definition in libiberty.h.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 06b05c5..da355d0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 8 15:59:44 1996 Stu Grossman (grossman@critters.cygnus.com) + + * defs.h: Remove decls of xmalloc and xrealloc. There is a + conflicting definition in libiberty.h. + Tue Oct 8 11:47:13 1996 Fred Fish <fnf@cygnus.com> * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather |