aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-06 20:59:11 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-06 20:59:11 +0000
commited1801dfff5252ea5cc2e7b53ccc3e1d76d35613 (patch)
treeed39fd0f1ce525e2af5d3d86a4041c4228d88914 /gdb/ChangeLog
parent31e9866ea62cc5ec24e9ff633bc9715d7da2b1b0 (diff)
downloadgdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.zip
gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.gz
gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.bz2
Eliminate global #include of "mmalloc.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4ba0257..e61ceba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2001-12-06 Andrew Cagney <ac131313@redhat.com>
+ * defs.h: Do not include "mmalloc.h".
+ (mcalloc, mmalloc, mrealloc, mfree): Delete declaration.
+ * objfiles.c: Include "mmalloc.h".
+ * utils.c: Include "mmalloc.h".
+ (mmalloc, mfree, mrealloc, mmalloc): Make static, change PTR to
+ void pointer.
+
+2001-12-06 Andrew Cagney <ac131313@redhat.com>
+
* regcache.c (store_register, fetch_register): Only use
fetch/store pseudo-register when function is present. Assume
target can handle all registers.