* Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
authorFred Fish <fnf@specifix.com>
Thu, 11 Jul 1996 07:41:51 +0000 (07:41 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 11 Jul 1996 07:41:51 +0000 (07:41 +0000)
commit5410991408fb224962a53189e5f94aeec854e649
tree7c16ab2e87ea7e2274a0193ccfbad8723a994e9a
parent7f12eb53ca94589c030b562c362b6283f1b002e4
* Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
and MMALLOC_CHECK macros, and add comment indicating how host dependent
makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
to use it but to not do heap corruption checking.
* gdbserver/Makefile.in: Ditto.
* utils.c (init_malloc): Replace warning() use with direct call of
fprintf_unfiltered, since current_target has not yet been set and thus
  we cannot use warning().  If we try to use mmcheck and it fails,
suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
  defined.  Other small mmalloc related cleanups.
* config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
* config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.

* config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
* config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
Remove obsolete defines.

* config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
* config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
* config/rs6000/rs6000.mh (MMALLOC_DISABLE):
* config/rs6000/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix.mh (MMALLOC_DISABLE):
* config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
* config/mips/mipsm3.mh (MMALLOC_DISABLE):
* config/mips/decstation.mh (MMALLOC_DISABLE):
* config/m88k/cxux.mh (MMALLOC_DISABLE):
* config/i386/i386mk.mh (MMALLOC_DISABLE):
* config/i386/i386m3.mh (MMALLOC_DISABLE):
* config/i386/i386gnu.mh (MMALLOC_DISABLE):
Use MMALLOC_CFLAGS instead.
24 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/config/alpha/alpha-osf3.mh [new file with mode: 0644]
gdb/config/i386/i386gnu.mh [new file with mode: 0644]
gdb/config/i386/i386m3.mh
gdb/config/i386/i386mk.mh
gdb/config/i386/xm-i386v4.h
gdb/config/i386/xm-linux.h
gdb/config/m68k/xm-hp300hpux.h
gdb/config/m68k/xm-m68kv4.h
gdb/config/m68k/xm-sun3os4.h
gdb/config/m88k/cxux.mh
gdb/config/mips/decstation.mh
gdb/config/mips/mipsm3.mh
gdb/config/ns32k/ns32km3.mh
gdb/config/pa/xm-hppah.h
gdb/config/powerpc/aix4.mh
gdb/config/sparc/sun4os4.mh
gdb/config/sparc/xm-sun4os4.h
gdb/config/sparc/xm-sun4sol2.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/objfiles.c
gdb/utils.c
This page took 0.036781 seconds and 4 git commands to generate.