r181616 - in /trunk: gcc/ChangeLog gcc/config/d...

iains@gcc.gnu.org iains@gcc.gnu.org
Tue Nov 22 13:51:00 GMT 2011


Author: iains
Date: Tue Nov 22 13:51:07 2011
New Revision: 181616

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181616
Log:

gcc:

	*  config/darwin.h (ENDFILE_SPEC): New.
	(DARWIN_CRT1_SPEC): Add crttms.o.
	(STARTFILE_SPEC): Likewise for dynamic libs and bundles.
	* config/i386.h (ENDFILE_SPEC): Amend to include crttme.o.

libgcc:

	* config/darwin-crt-tm.c: New file.
	* config.host (darwin): Build crttms.o crttme.o to provide
	startup and shutdown for tm clones.
	* config/t-darwin (crttms.o): New build rule.
	(crttme.o): Likewise.


Added:
    trunk/libgcc/config/darwin-crt-tm.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.h
    trunk/gcc/config/i386/darwin.h
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libgcc/config/t-darwin



More information about the Gcc-cvs mailing list