aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2001-10-12 13:15:34 +0000
committerChristopher Faylor <cgf@gcc.gnu.org>2001-10-12 13:15:34 +0000
commit4717f6c17c4a5ccb227eac9d2dab546fb3b0d608 (patch)
tree69cc8c0ff280c48a1fc7a99b87c46eb397b13159 /gcc
parent71287280a2fa7b4535665502f226189b8f7b7d56 (diff)
downloadgcc-4717f6c17c4a5ccb227eac9d2dab546fb3b0d608.zip
gcc-4717f6c17c4a5ccb227eac9d2dab546fb3b0d608.tar.gz
gcc-4717f6c17c4a5ccb227eac9d2dab546fb3b0d608.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/cygwin.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c627e6a..9aacf2d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index 65e5f7f..aa34f43 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -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