diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-30 23:45:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-30 23:45:42 +0000 |
commit | bc22f7de0caf2d81216bda2827fd50ba2590d1bd (patch) | |
tree | ef935ed8059a0819e33580fec89b2dbabe6fbc21 /mmalloc/ChangeLog | |
parent | 574fcd7b67939bf81ea11201de402092f10df15a (diff) | |
download | gdb-bc22f7de0caf2d81216bda2827fd50ba2590d1bd.zip gdb-bc22f7de0caf2d81216bda2827fd50ba2590d1bd.tar.gz gdb-bc22f7de0caf2d81216bda2827fd50ba2590d1bd.tar.bz2 |
* mmalloc.h (struct mdesc): Add FIXME comments to point out the
need to save some data on a per-process basis for mapped regions
that are shared.
* attach.c (reuse): Update the morecore field for reused mapped
regions to be correct for the current process.
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 d40444b..adca17c 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 30 16:44:41 1992 Fred Fish (fnf@cygnus.com) + + * mmalloc.h (struct mdesc): Add FIXME comments to point out the + need to save some data on a per-process basis for mapped regions + that are shared. + * attach.c (reuse): Update the morecore field for reused mapped + regions to be correct for the current process. + Mon Jun 29 10:45:25 1992 Fred Fish (fnf at cygnus.com) * mmtrace.c: Lint. |