OSDN Git Service

* cxx.cc: New file. Implement new, new[], delete and delete[]
authorcorinna <corinna>
Wed, 4 Dec 2002 20:36:22 +0000 (20:36 +0000)
committercorinna <corinna>
Wed, 4 Dec 2002 20:36:22 +0000 (20:36 +0000)
commit8c61760e5f2f47470171497f152646d952dd4986
tree69c48789de7d9c4261173503c078c9be1b67fb7d
parentab017526d35bb8e2b0a997027a5164455c6a6512
* cxx.cc: New file. Implement new, new[], delete and delete[]
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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cxx.cc [new file with mode: 0644]