diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-04 11:54:17 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-04 11:54:17 +0000 |
commit | 0a76a5ff87d3315a691054b3875864d7e9ef9043 (patch) | |
tree | f5eba6bbc534385b1cc996be38057e71a7f9416b | |
parent | 1eec87716f33ce0fdb7219cafd64caf1dee87a86 (diff) | |
download | ppe42-gcc-0a76a5ff87d3315a691054b3875864d7e9ef9043.tar.gz ppe42-gcc-0a76a5ff87d3315a691054b3875864d7e9ef9043.zip |
Use sol2-c[1n].S on more targets
* 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
-rw-r--r-- | libgcc/ChangeLog | 13 | ||||
-rw-r--r-- | libgcc/config/i386/crti.S (renamed from libgcc/config/i386/sol2-ci.S) | 2 | ||||
-rw-r--r-- | libgcc/config/i386/crtn.S (renamed from libgcc/config/i386/sol2-cn.S) | 2 | ||||
-rw-r--r-- | libgcc/config/sparc/crti.S (renamed from libgcc/config/sparc/sol2-ci.S) | 2 | ||||
-rw-r--r-- | libgcc/config/sparc/crtn.S (renamed from libgcc/config/sparc/sol2-cn.S) | 2 | ||||
-rw-r--r-- | libgcc/config/t-sol2 | 6 |
6 files changed, 17 insertions, 10 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d22a98ee4df..cd929fa4671 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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 diff --git a/libgcc/config/i386/sol2-ci.S b/libgcc/config/i386/crti.S index 61e1436f560..76fd35869b5 100644 --- a/libgcc/config/i386/sol2-ci.S +++ b/libgcc/config/i386/crti.S @@ -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 diff --git a/libgcc/config/i386/sol2-cn.S b/libgcc/config/i386/crtn.S index 993675d2341..572e9cd931b 100644 --- a/libgcc/config/i386/sol2-cn.S +++ b/libgcc/config/i386/crtn.S @@ -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 diff --git a/libgcc/config/sparc/sol2-ci.S b/libgcc/config/sparc/crti.S index a89cc20c86f..a5c1da5e86b 100644 --- a/libgcc/config/sparc/sol2-ci.S +++ b/libgcc/config/sparc/crti.S @@ -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 diff --git a/libgcc/config/sparc/sol2-cn.S b/libgcc/config/sparc/crtn.S index 08862a78e02..1084628c6f6 100644 --- a/libgcc/config/sparc/sol2-cn.S +++ b/libgcc/config/sparc/crtn.S @@ -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 diff --git a/libgcc/config/t-sol2 b/libgcc/config/t-sol2 index 09bbdf646ec..cb511abd2fc 100644 --- a/libgcc/config/t-sol2 +++ b/libgcc/config/t-sol2 @@ -20,14 +20,8 @@ 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 $< |