OSDN Git Service

* Makefile.in: Add finline-functions optimization to CXXFLAGS.
authortpfaff <tpfaff>
Thu, 17 Apr 2003 20:05:14 +0000 (20:05 +0000)
committertpfaff <tpfaff>
Thu, 17 Apr 2003 20:05:14 +0000 (20:05 +0000)
commita7207818629be73b6002087d92171fb6e0da67d2
tree401b92a64aaa1b535f514f0cf8a0c4837478126f
parent78512507da6c426b0e469f2763005ddda4484261
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
* autoload.cc (LoadDLLprime): Rename std_dll_init to
_std_dll_init.
(std_dll_init): Remove name mangling prototype. Add attributes
used and noinline.
(wsock_init): Ditto.
Change wsock_init to _wsock_init in wsock32 and ws2_32
LoadDLLprime.
* exceptions.cc (unused_sig_wrapper): Remove prototype. Add
attributes used and noinline.
* pwdgrp.h ((pwdgrp (passwd *&)): Remove inline code.
(pwdgrp (__group32 *&)): Ditto.
* grp.cc (pwdgrp (passwd *&)): Outline constructor.
(pwdgrp (__group32 *&)): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/autoload.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/grp.cc
winsup/cygwin/pwdgrp.h