diff options
author | Michael Chastain <mec.gnu@mindspring.com> | 2004-01-20 09:29:18 +0000 |
---|---|---|
committer | Michael Chastain <mec.gnu@mindspring.com> | 2004-01-20 09:29:18 +0000 |
commit | 6ad7a692e5e5d862cdb7048cc883808c22439d65 (patch) | |
tree | 03f1e486148f376b516b59b1fc49d57c23808e50 /gdb/NEWS | |
parent | c6e3bcbdffb8c3c331bf70699f60b9ba6610d116 (diff) | |
download | gdb-6ad7a692e5e5d862cdb7048cc883808c22439d65.tar.gz |
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
* MAINTAINERS: Delete mmalloc.
* Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
* NEWS: Mention removal of --with-malloc.
* acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
* config.in: Regenerate.
* configure: Regenerate.
* configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, USE_MMALLOC, MMCHECK_FORCE.
* gdbinit.in: Remove mmalloc.
* utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
* config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
* config/i386/go32.mh: Likewise.
* config/i386/interix.mh: Likewise.
* config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
* gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
MMAP_BASE_ADDRESS, MMAP_INCREMENT.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ *** Changes since GDB 6.0: +* Removed --with-mmalloc + +Support for the mmalloc memory manager has been removed, as it +conflicted with the internal gdb byte cache. + * Changes in AMD64 configurations The AMD64 target now includes the %cs and %ss registers. As a result |