Tue Nov 4 16:52:50 1997 Geoffrey Noer <noer@cygnus.com>

* config/i386/cygwin32.mh: because cygwin.dll calls malloc/realloc
        to allocate memory for environ space, gdb cannot use memory
        checks -- set -DNO_MMCHECK
This commit is contained in:
Geoffrey Noer 1997-11-05 00:56:39 +00:00
parent d57d82d7e5
commit b330780e25
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Tue Nov 4 16:52:50 1997 Geoffrey Noer <noer@cygnus.com>
* config/i386/cygwin32.mh: because cygwin.dll calls malloc/realloc
to allocate memory for environ space, gdb cannot use memory
checks -- set -DNO_MMCHECK
Tue Nov 4 13:50:59 1997 Jim Blandy <jimb@sendai.cygnus.com>
* jv-exp.y (ArrayAccess): Implement Name [ Expression ]; check the

View File

@ -5,4 +5,4 @@ TERMCAP=
NATDEPFILES= win32-nat.o
NAT_FILE=../nm-empty.h
XM_CLIBS=
MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DMMCHECK_FORCE=1
MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DNO_MMCHECK