Commit 4717f6c1 by Christopher Faylor Committed by Christopher Faylor

cygwin.h: Revert erroneous checkin of crtbegin and ENDFILE_SPEC definition.

* config/i386/cygwin.h: Revert erroneous checkin of crtbegin and ENDFILE_SPEC
definition.

From-SVN: r46230
parent 71287280
2001-10-12 Christopher Faylor <cgf@redhat.com>
* config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
ENDFILE_SPEC definition.
2001-10-12 Kazu Hirata <kazu@hxi.com> 2001-10-12 Kazu Hirata <kazu@hxi.com>
* gthr-dce.h: Fix comment formatting. * gthr-dce.h: Fix comment formatting.
......
...@@ -120,12 +120,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -120,12 +120,8 @@ Boston, MA 02111-1307, USA. */
%{shared|mdll: %{mno-cygwin:" MINGW_LIBS " mingw/dllcrt2%O%s}}\ %{shared|mdll: %{mno-cygwin:" MINGW_LIBS " mingw/dllcrt2%O%s}}\
%{!shared: %{!mdll: %{!mno-cygwin:crt0%O%s} %{mno-cygwin:" MINGW_LIBS " mingw/crt2%O%s}\ %{!shared: %{!mdll: %{!mno-cygwin:crt0%O%s} %{mno-cygwin:" MINGW_LIBS " mingw/crt2%O%s}\
%{pg:gcrt0%O%s}}}\ %{pg:gcrt0%O%s}}}\
crtbegin%O%s\
" "
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s"
/* Normally, -lgcc is not needed since everything in it is in the DLL, but we /* Normally, -lgcc is not needed since everything in it is in the DLL, but we
want to allow things to be added to it when installing new versions of want to allow things to be added to it when installing new versions of
GCC without making a new CYGWIN.DLL, so we leave it. Profiling is handled GCC without making a new CYGWIN.DLL, so we leave it. Profiling is handled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment