Use sol2-c[1n].S on more targets
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 11:54:17 +0000 (11:54 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 11:54:17 +0000 (11:54 +0000)
* 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

libgcc/ChangeLog
libgcc/config/i386/crti.S [moved from libgcc/config/i386/sol2-ci.S with 97% similarity]
libgcc/config/i386/crtn.S [moved from libgcc/config/i386/sol2-cn.S with 97% similarity]
libgcc/config/sparc/crti.S [moved from libgcc/config/sparc/sol2-ci.S with 98% similarity]
libgcc/config/sparc/crtn.S [moved from libgcc/config/sparc/sol2-cn.S with 98% similarity]
libgcc/config/t-sol2

index d22a98e..cd929fa 100644 (file)
@@ -1,3 +1,16 @@
+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
similarity index 97%
rename from libgcc/config/i386/sol2-ci.S
rename to libgcc/config/i386/crti.S
index 61e1436..76fd358 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
similarity index 97%
rename from libgcc/config/i386/sol2-cn.S
rename to libgcc/config/i386/crtn.S
index 993675d..572e9cd 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
similarity index 98%
rename from libgcc/config/sparc/sol2-ci.S
rename to libgcc/config/sparc/crti.S
index a89cc20..a5c1da5 100644 (file)
@@ -1,4 +1,4 @@
-! 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
similarity index 98%
rename from libgcc/config/sparc/sol2-cn.S
rename to libgcc/config/sparc/crtn.S
index 08862a7..1084628 100644 (file)
@@ -1,4 +1,4 @@
-! 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
index 09bbdf6..cb511ab 100644 (file)
 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 $<