aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9043fff..973ca13 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2004-08-10 Andrew Cagney <cagney@gnu.org>
+ * main.c (captured_main): Delete call to init_malloc.
+ * defs.h (init_malloc): Delete declaration.
+ * utils.c (mmalloc, mrealloc, mcalloc, mfree)
+ (init_malloc): Delete functions.
+
* defs.h (xmfree): Delete.
* utils.c (xmfree): Delete function.
(xfree): Inline calls to xmfree and mfree.