* config/i386/sol2-ci.S: Rename to ...
* config/i386/crti.S: ... this.
* config/i386/sol2-cn.S: Rename to ...
* config/i386/crtn.S: ... this.
* config/sparc/sol2-ci.S: Rename to ...
* config/sparc/crti.S: ... this.
* config/sparc/sol2-cn.S: Rename to ...
* config/sparc/crtn.S: ... this.
* config/t-sol2 (CUSTOM_CRTIN): Remove.
(crti.o, crtn.o): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180941
138bc75d-0d04-0410-961f-
82ee72b054a4
+2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * config/i386/sol2-ci.S: Rename to ...
+ * config/i386/crti.S: ... this.
+ * config/i386/sol2-cn.S: Rename to ...
+ * config/i386/crtn.S: ... this.
+ * config/sparc/sol2-ci.S: Rename to ...
+ * config/sparc/crti.S: ... this.
+ * config/sparc/sol2-cn.S: Rename to ...
+ * config/sparc/crtn.S: ... this.
+ * config/t-sol2 (CUSTOM_CRTIN): Remove.
+ (crti.o, crtn.o): Remove.
+
2011-11-04 Tristan Gingold <gingold@adacore.com>
* config/ia64/fde-vms.c: Do not include md-unwind-support.h
-/* crti.s for Solaris 2, x86.
+/* crti.S for x86.
Copyright (C) 1993, 2008, 2009 Free Software Foundation, Inc.
Written By Fred Fish, Nov 1992
-/* crtn.s for Solaris 2, x86.
+/* crtn.S for x86.
Copyright (C) 1993, 2008, 2009 Free Software Foundation, Inc.
Written By Fred Fish, Nov 1992
-! crti.s for solaris 2.0.
+! crti.S for SPARC
! Copyright (C) 1992, 2008, 2009, 2011 Free Software Foundation, Inc.
! Written By David Vinayak Henkel-Wallace, June 1992
-! crtn.s for solaris 2.0.
+! crtn.S for SPARC
! Copyright (C) 1992, 2008, 2009, 2011 Free Software Foundation, Inc.
! Written By David Vinayak Henkel-Wallace, June 1992
gmon.o: $(srcdir)/config/gmon-sol2.c
$(gcc_compile) -c $<
-CUSTOM_CRTIN = yes
-
# Assemble startup files.
crt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
$(crt_compile) -c $<
gcrt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
$(crt_compile) -c -DGCRT1 $<
-crti.o: $(srcdir)/config/$(cpu_type)/sol2-ci.S
- $(crt_compile) -c $<
-crtn.o: $(srcdir)/config/$(cpu_type)/sol2-cn.S
- $(crt_compile) -c $<