Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-11* mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor
avoid bogus warnings on directory cleanup. * speclib: Ditto. * mkimport: Ditto.
2010-02-26* mkimport: cd away from temp directory or Windows will have problems removingChristopher Faylor
the directory.
2009-04-18* mkimport: Specify .text for stub explicitly.Christopher Faylor
* speclib: Add a dummy '.idata$7' section referring to the dll associated with the real import library.
2009-04-12* speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor
* mkimport: Ditto.
2009-04-12* mkimport: New script to perform all operations necessary to createChristopher Faylor
libcygwin.a. * rmsym: Delete. * newsym: Delete. * Makefile.in (toolopts): New variable which holds options relating to binutils/gcc tools. (speclib): Use toolopts. Add symbols to avoid copying to special libraries. (OBSOLETE_FUNCTIONS): Delete. (NEW_FUNCTIONS): Change to represent an argument to new mkimport script. (libcygwin.a): Use only new mkimport script to create libcygwin.a. Only rely on ${LIBCOS}. (*/lib*.a): Simplify speclib dependencies. (speclib): Accept toolchain options. Convert every argument to absolute path. Simplify parsing of nm output. Accommodate new exclude option.