OSDN Git Service

* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
authorcgf <cgf>
Sun, 31 Aug 2003 18:26:58 +0000 (18:26 +0000)
committercgf <cgf>
Sun, 31 Aug 2003 18:26:58 +0000 (18:26 +0000)
commitde2e7d4f3bae9aa45d9ca4da5fc059047c80dedb
tree9a2e0a17c587b9f3a0dd43ded3edfa735f075551
parent95ad32d35b5e34f2ce61279413b16ecb94198616
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
* configure.in: Fill in MALLOC_OFILES with either debugging or regular malloc.
* configure: Regenerate.
* dlmalloc.c: Make various fruitless changes to attempt to get to work.
* dlmalloc.h: Ditto.
* malloc.cc (free): Check malloc pool when debugging.
* path.cc (win32_device_name): Eliminate compiler warning.
* sigproc.cc (sig_dispatch_pending): Remove use of was_pending.  Let
thisframe.call_signal_handler decide if handler should be called rather than
using bogus was_pending check.
* exceptions.cc (interrupt_setup): Remove accidentally checked in debugging
code.
* heap.cc (sbrk): Save rounded addess in user_heap_max.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/configure
winsup/cygwin/configure.in
winsup/cygwin/dlmalloc.c
winsup/cygwin/dlmalloc.h
winsup/cygwin/exceptions.cc
winsup/cygwin/malloc.cc
winsup/cygwin/path.cc
winsup/cygwin/sigproc.cc