summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mkimport
Commit message (Collapse)AuthorAgeFilesLines
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-6/+20
|
* * mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor2011-02-111-1/+4
| | | | | | avoid bogus warnings on directory cleanup. * speclib: Ditto. * mkimport: Ditto.
* * mkimport: cd away from temp directory or Windows will have problems removingChristopher Faylor2010-02-261-0/+1
| | | | the directory.
* * mkimport: Specify .text for stub explicitly.Christopher Faylor2009-04-181-0/+1
| | | | | * speclib: Add a dummy '.idata$7' section referring to the dll associated with the real import library.
* * speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor2009-04-121-1/+3
| | | | * mkimport: Ditto.
* * mkimport: New script to perform all operations necessary to createChristopher Faylor2009-04-121-0/+80
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.