diff options
author | Michael Chastain <mec@google.com> | 2004-01-20 09:29:18 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-20 09:29:18 +0000 |
commit | 9175c9a32cc30f4f3b77011358d77fe452dad73d (patch) | |
tree | 9fbbd2191183b42ae563b0108cec0beaba40b02f /gdb/config.in | |
parent | b3208fb8f774204d28a0a6830b398c61ffb805a7 (diff) | |
download | gdb-9175c9a32cc30f4f3b77011358d77fe452dad73d.zip gdb-9175c9a32cc30f4f3b77011358d77fe452dad73d.tar.gz gdb-9175c9a32cc30f4f3b77011358d77fe452dad73d.tar.bz2 |
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/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config.in b/gdb/config.in index 1a11c7d..69982fd 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -136,15 +136,6 @@ /* Define if you have HPUX threads */ #undef HAVE_HPUX_THREAD_SUPPORT -/* Define if you want to use the memory mapped malloc package (mmalloc). */ -#undef USE_MMALLOC - -/* Define if the runtime uses a routine from mmalloc before gdb has a chance - to initialize mmalloc, and we want to force checking to be used anyway. - This may cause spurious memory corruption messages if the runtime tries - to explicitly deallocate that memory when gdb calls exit. */ -#undef MMCHECK_FORCE - /* Define if <proc_service.h> on solaris uses int instead of size_t, and assorted other type changes. */ #undef PROC_SERVICE_IS_OLD |