summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/gcrt0.c
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (VPATH): Drop CONFIG_DIR.Corinna Vinschen2013-06-181-4/+12
| | | | | | | | | | | | | | | | | | (EXTRA_DLL_OFILES): Remove. (DLL_OFILES): Remove EXTRA_DLL_OFILES. (ASFLAGS): Define as -D_WIN64 on x86_64. (GMON_OFILES): Add mcountFunc.o. ($(srcdir)/$(TLSOFFSETS_H)): Use target_cpu rather than CONFIG_DIR. * configure.ac (CONFIG_DIR): Remove definition. * configure: Regenerate. * gcrt0.c: Use latest version from Mingw-w64 project. * gmon.c: Ditto. * gmon.h: Ditto. * mcount.c: Ditto. * mcountFunc.S: Ditto, new file. * profil.c: Ditto. * profil.h: Ditto. * config: Remove entire directory.
* Update copyrights.Christopher Faylor2001-09-111-1/+1
|
* Remove obvious brain freeze problem.Christopher Faylor2001-03-111-1/+1
|
* * syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor2001-03-101-1/+1
| | | | | (from Kazuhiro Fujieda <fujieda@jaist.ac.jp>). Also set EACCES when directory is not writable.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+41