aboutsummaryrefslogtreecommitdiff
path: root/mmalloc
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-11 06:01:07 +0000
committerFred Fish <fnf@specifix.com>1992-04-11 06:01:07 +0000
commitc5b61136ef82e0b4d40a3655b1fe3f27dd6b6aa5 (patch)
tree5711e62290d3d2b491b6fa1e791a30f027d5075f /mmalloc
parent6e706950c3bb11cef8c8e20ddd52d171a2f5f6c2 (diff)
downloadgdb-c5b61136ef82e0b4d40a3655b1fe3f27dd6b6aa5.zip
gdb-c5b61136ef82e0b4d40a3655b1fe3f27dd6b6aa5.tar.gz
gdb-c5b61136ef82e0b4d40a3655b1fe3f27dd6b6aa5.tar.bz2
Recognize new ncr3000 config. Add MINUS_G macro, default to -g.
Diffstat (limited to 'mmalloc')
-rw-r--r--mmalloc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index a89b357..ff367e5 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -1,5 +1,13 @@
+Fri Apr 10 22:59:17 1992 Fred Fish (fnf@cygnus.com)
+
+ * configure.in: Recognize new ncr3000 config.
+ * config/mh-ncr3000: New config file.
+ * Makefile.in (MINUS_G): Add macro and default to -g.
+
Wed Apr 8 09:34:53 1992 Fred Fish (fnf@cygnus.com)
+ * mmalloc.c: Minor fix to comment.
+ * mmalloc.texi: Update to match actual implementation
* mmalloc.h (morecore): Change prototype's 2nd arg to int.
Tue Apr 7 22:16:09 1992 Fred Fish (fnf@cygnus.com)