]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
authorChristopher Faylor <me@cgf.cx>
Mon, 8 Aug 2005 04:06:07 +0000 (04:06 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 8 Aug 2005 04:06:07 +0000 (04:06 +0000)
commit6a7bea70f0ec5a13f0f46be928f6c5284765ba53
tree44294a6530e5b42e1a8ae827c856099a79bf3b44
parentcbda22eb63ac8841ed3f4ac94e0782dab562717a
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
* cygheap.cc (cmalloc): Only emit system_printf warnings on failure if
DEBUGGING.
(crealloc): Ditto.
(ccalloc): Ditto.
* dtable.cc (build_fh_name): Treat NULL return from cnew as indicative of
EMFILE condition.
(build_fh_dev): Ditto.
(dtable::dup_worker): Handle NULL return from build_fh_pc.
(dtable::vfork_child_dup): Trust dup_worker to set errno.
* fhandler.h (fhandler_base::new): Mark as nothrow.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygheap.cc
winsup/cygwin/dcrt0.cc
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
This page took 0.033052 seconds and 5 git commands to generate.