summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cxx.cc
Commit message (Collapse)AuthorAgeFilesLines
* * child_info.h (fork_info): Use different method to alias variable.Christopher Faylor2005-03-191-0/+10
| | | | | | | | | | | | | (spawn_info): Ditto. * cxx.cc (__cxa_guard_acquire): New function (needed for gcc 4.x). (__cxa_guard_release): Ditto. * devices.in: Make sure stuff is correctly bracketed (for gcc 4.x). * devices.cc: Regenerate. * fhandler.h (fhandler_disk_file::fchmod): Avoid left coercion (for gcc 4.x). * smallprint.c (__rn): Declare as __fastcall since gcc 4.x complains about use of regparm, for some reason. * sync.h (sync::init_lock): Remove. * sync.cc (sync::init_lock): Ditto.
* * cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor2003-09-041-5/+2
| | | | calling memset explicitly.
* * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen2002-12-041-0/+49
operators and __cxa_pure_virtual if compiled by gcc >=3. * Makefile.in (DLL_OFILES): Add cxx.o. Remove libstdc++.a from cygwin1.dll link step.