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 /libgcc/config/sparc | |
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
Diffstat (limited to 'libgcc/config/sparc')
-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 |
2 files changed, 2 insertions, 2 deletions
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 |