This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r180941 - in /trunk/libgcc: ChangeLog config/i3...


Author: ro
Date: Fri Nov  4 11:54:17 2011
New Revision: 180941

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180941
Log:
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.

Added:
    trunk/libgcc/config/i386/crti.S
      - copied, changed from r180940, trunk/libgcc/config/i386/sol2-ci.S
    trunk/libgcc/config/i386/crtn.S
      - copied, changed from r180940, trunk/libgcc/config/i386/sol2-cn.S
    trunk/libgcc/config/sparc/crti.S
      - copied, changed from r180940, trunk/libgcc/config/sparc/sol2-ci.S
    trunk/libgcc/config/sparc/crtn.S
      - copied, changed from r180940, trunk/libgcc/config/sparc/sol2-cn.S
Removed:
    trunk/libgcc/config/i386/sol2-ci.S
    trunk/libgcc/config/i386/sol2-cn.S
    trunk/libgcc/config/sparc/sol2-ci.S
    trunk/libgcc/config/sparc/sol2-cn.S
Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/t-sol2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]