]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in: Add some more optimization flags for cygwait, malloc and path. Explain
authorChristopher Faylor <me@cgf.cx>
Mon, 2 Jul 2012 02:24:25 +0000 (02:24 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 2 Jul 2012 02:24:25 +0000 (02:24 +0000)
commit1809b65e23777b594936915264cc0bcfb78ff622
tree8ea4e665f6c9e38ef5ec18fc947a75ad2cfd4b66
parentc4441d46b60ea0b7476fb1b1c053037010b3ef88
* Makefile.in: Add some more optimization flags for cygwait, malloc and path.  Explain
why -fomit-frame-pointer doesn't work right for passwd.o and path.o.  Add
-static to link command line for cygwin0.dll.
* fhandler_disk_file.cc (fhandler_disk_file::facl): Reorganize slightly to
silence compiler warning when compiling with -fstack-check.
* net.cc (inet_ntop6): Initialize structure members to silence compiler warning
when compiling with -fstack-check.
* pseudo-reloc.cc (_pei386_runtime_relocator): Make this a C function.  Detect
NULL u.
* winsup.h (_pei386_runtime_relocator): Declare this as extern "C".
* lib/_cygwin_crt0_common.cc (_pei386_runtime_relocator): Call with NULL
argument.
* signal.cc (sigaction_worker): Eliminate last argument.  Let callers report
their own strace info.  Regparmize.
(sigaction): Reflect sigaction_worker changes.
(siginterrupt): Ditto.
* exceptions.cc: Update copyright.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/lib/_cygwin_crt0_common.cc
winsup/cygwin/net.cc
winsup/cygwin/pseudo-reloc.cc
winsup/cygwin/signal.cc
winsup/cygwin/winsup.h
This page took 0.030407 seconds and 5 git commands to generate.