]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
authorChristopher Faylor <me@cgf.cx>
Mon, 9 Apr 2001 00:44:25 +0000 (00:44 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 9 Apr 2001 00:44:25 +0000 (00:44 +0000)
commitaa970c616cd499b5bcf88c7f44c3b17ad7c45e4d
tree0f9bf362c483545aeac2320b898e6124d0112269
parent97101b51aa80376f27d2e86d4c78d7ffeaf41681
* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
it.
* cygwin.din: Remove obsolete "__empty" export.
* exceptions.cc (call_signal_handler_now): Force inclusion of function even
when -finline-functions is specified.
* sigproc.h: Remove obsolete call_signal_handler declaration.
* fhandler_console.cc (cp_get_internal): New function.
(cp_convert): New function.
(con_to_str): New function.
(str_to_con): New function.
(fhandler_console::read): Replace OemToCharBuff with con_to_str.
(fhandler_console::write_normal): Replace CharToOemBuff with str_to_con.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygwin.din
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/pthread.cc
winsup/cygwin/sigproc.h
winsup/cygwin/thread.cc
This page took 0.032113 seconds and 5 git commands to generate.