mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-27 02:14:04 +08:00
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:
parent
d57d82d7e5
commit
b330780e25
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user