summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/speclib
Commit message (Collapse)AuthorAgeFilesLines
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+5
|
* * mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor2011-02-111-0/+4
| | | | | | avoid bogus warnings on directory cleanup. * speclib: Ditto. * mkimport: Ditto.
* * speclib: Use last dll found since that's the real name of the cygwin DLL.Christopher Faylor2009-11-301-1/+1
|
* * mkimport: Specify .text for stub explicitly.Christopher Faylor2009-04-181-7/+29
| | | | | * speclib: Add a dummy '.idata$7' section referring to the dll associated with the real import library.
* * speclib: Really revert to using tempdir.Christopher Faylor2009-04-141-2/+2
|
* * speclib: Revert to using tempdir.Christopher Faylor2009-04-141-1/+1
|
* * speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor2009-04-121-3/+6
| | | | * mkimport: Ditto.
* * mkimport: New script to perform all operations necessary to createChristopher Faylor2009-04-121-18/+18
| | | | | | | | | | | | | | | | 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.
* * speclib: Use a more robust method to derive full file path.Christopher Faylor2009-04-101-3/+3
|
* * speclib: Semi-revert to previous version but don't try to generateChristopher Faylor2009-04-091-37/+38
| | | | | | | well-formed import library. Instead, just extract appropriate symbols and let later libcygwin.a on link line fill in the rest of the import stuff. * gendef: Hopefully no-op modification to allow easier post-processing on symbol values.
* * Makefile.in: Perform some minor cleanup. Revamp speclib handling.Christopher Faylor2009-03-281-75/+36
| | | | | * speclib: Rewrite to create libraries with dlltool rather than attempting surgery on libcygwin.a.
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where appropriate. * globals.cc: New file for generic global variables. * mkglobals_h: New file to generate globals.h. * mkstatic: New Script used to build a (currently non-working) static libcygwin_s.a. * Makefile.in: Add unused rule to build a non-working libcygwin_s.a. (DLL_OFILES): Add globals.o. Make all objects rely on globals.h. (globals.h): New target. Generate globals.h. * cygtls.h: Honor new CYGTLS_HANDLE define to control when the HANDLE operator is allowed in _cygtls. * dcrt0.cc: Move most globals to globals.cc. * init.cc: Ditto. * environ.cc (strip_title_path): Remove now-unneeded extern. * fhandler_serial.cc (fhandler_serial::open): Ditto. * pinfo.cc: Ditto. (commune_process): Ditto. * shared.cc: Ditto. * glob.cc: Ditto. * strace.cc: Ditto. * exceptions.cc: Define CYGTLS_HANDLE before including winsup.h. * path.cc (stat_suffixes): Move here. * security.h: Add forward class path_conv declaration. * smallprint.cc (__small_vsprintf): Make a true c++ function. (__small_sprintf): Ditto. (small_printf): Ditto. (console_printf): Ditto. (__small_vswprintf): Ditto. (__small_swprintf): Ditto. * spawn.cc (spawn_guts): Remove _stdcall decoration in favor of regparm. (hExeced): Move to globals.cc * strfuncs.cc (current_codepage): Ditto. (active_codepage): Ditto. * sync.cc (lock_process::locker): Move here from dcrt0.cc. * syscalls.cc (stat_suffixes): Move to path.cc. * tty.cc (tty::create_master): Uncapitalize fatal warning for consistency. * winsup.h: Include globals.h to declare most of the grab bag list of globals which were previously defined here. * mount.h: Move USER_* defines back to shared_info.h. * speclib: Force temporary directory cleanup.
* * speclib: Rewrite completely in perl. Avoid multiple nm calls.Christopher Faylor2009-01-021-51/+90
|
* * speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor2003-11-281-2/+2
| | | | when running under Windows.
* * specdir: Correctly remove temporary directory prior to use.Christopher Faylor2003-08-271-1/+1
|
* * speclib: Reenable removal of temp files.Christopher Faylor2003-08-211-1/+1
|
* * speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor2003-08-211-0/+13
|
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-2/+2
| | | | | | | | | | | | | | | | | * exceptions.cc (setup_handler): Move non-interruptible condition handling (back) to wait_sig (as suggested by Pierre Humblet). (set_process_mask): Don't worry about calling sig_dispatch_pending from sigthread since it is detected in the function anyway. (sig_handle): Eliminate thisproc arg. Don't call sig_dispatch_pending on SIGCONT since that should happen automatically. * sigproc.cc (sig_dispatch_pending): Eliminate justwake argument. Just return when called from sigthread. (wait_sig): Change some variables to bool. Change inner while to an if. Move uninterruptible signal handling here. (sigproc_terminate): Don't call sig_dispatch_pending. Just increment semaphore on exit. * speclib: Use slightly different (but still flawed) method for determining symbols to extract from libraries.
* * Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor2003-08-061-9/+25
| | | | | * speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files.
* * speclib: Ensure that temporary def file is removed.Christopher Faylor2002-01-241-1/+1
|
* * speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor2002-01-231-1/+1
|
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-221-1/+2
| | | | | | (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-211-1/+1
| | | | | | .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
* Add copyright stuffChristopher Faylor2002-01-131-0/+10
|
* * speclib: Remove temp files automatically.Christopher Faylor2002-01-021-1/+1
|
* * speclib: New file.Christopher Faylor2001-12-311-0/+12
* Makefile.in: Create library versions of automode.o, textmode.o, and binmode.o for easier use on command line. Create libpthread.a, libm.a, and libc.a with subsets of exports found in libcygwin.a.