]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin.h: Revert erroneous checkin of crtbegin and ENDFILE_SPEC definition.
authorChristopher Faylor <cgf@redhat.com>
Fri, 12 Oct 2001 13:15:34 +0000 (13:15 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Fri, 12 Oct 2001 13:15:34 +0000 (13:15 +0000)
* config/i386/cygwin.h: Revert erroneous checkin of crtbegin and ENDFILE_SPEC
definition.

From-SVN: r46230

gcc/ChangeLog
gcc/config/i386/cygwin.h

index c627e6a505c5ac4b370bd9a2c564f31b15ed2080..9aacf2dab316267b3e5003f0a33e6e4b031e05c6 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * gthr-dce.h: Fix comment formatting.
index 65e5f7fe5f45fd357c34dfaaa5d6d7eb01bb2275..aa34f43ca6b5abeeab20bed074eb0886893320fe 100644 (file)
@@ -120,12 +120,8 @@ Boston, MA 02111-1307, USA. */
   %{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}\
   %{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
    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