diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-27 01:11:08 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-27 01:11:08 +0000 |
commit | 01fb5bca1cc2d15ea058b1dc53efb42854c18aff (patch) | |
tree | 7b1c7134068bc7f1575497b18d4320228e2cbec1 /mmalloc/ChangeLog | |
parent | 3624c875921a343ff6e5a96fb004296dd4d1d253 (diff) | |
download | gdb-01fb5bca1cc2d15ea058b1dc53efb42854c18aff.zip gdb-01fb5bca1cc2d15ea058b1dc53efb42854c18aff.tar.gz gdb-01fb5bca1cc2d15ea058b1dc53efb42854c18aff.tar.bz2 |
Document requirements for calling mmcheck to install corruption checking
hooks and set up to enforce the requirements. However, we still allow
unconditional installation until some complications are resolved.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r-- | mmalloc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index d6c1c14..5abe763 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,5 +1,13 @@ +Thu Mar 26 17:06:04 1992 Fred Fish (fnf@cygnus.com) + + * attach.c (reuse): Explicitly discard return value of mmcheck. + * mmcheck.c (mmcheck): Document requirements for installing + corruption checking hooks and set up to enforce restrictions. + Tue Mar 24 23:41:10 1992 K. Richard Pixley (rich@cygnus.com) + * config/mh-irix4: new file. + * Makefile.in: added standard targets, fixed install directories. Sat Mar 14 17:34:59 1992 Fred Fish (fnf@cygnus.com) |