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]

r119727 - in /trunk/gcc: ChangeLog config/spu/c...


Author: bje
Date: Mon Dec 11 00:53:42 2006
New Revision: 119727

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119727
Log:
	* config/spu/spu-elf.h (STARTFILE_SPEC): Update.
	(ENDFILE_SPEC): Likewise.
	* config/spu/spu.opt (mstdmain): New option.
	* config/spu/crti.asm: Remove.
	* config/spu/crtn.asm: Likewise.
	* config/spu/crt0.c: Likewise.
	* config/spu/crtend.c: Likewise.
	* config/spu/t-spu-elf (EXTRA_MULTILIB_PARTS): Remove crt0 files
	listed above.
	($(T)crti.o, $(T)crtn.o, $(T)crt1.o, $(T)crtend1.o): Remove.
	* doc/invoke.texi (SPU Options): Document -mstdmain.

Removed:
    trunk/gcc/config/spu/crt0.c
    trunk/gcc/config/spu/crtend.c
    trunk/gcc/config/spu/crti.asm
    trunk/gcc/config/spu/crtn.asm
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/spu/spu-elf.h
    trunk/gcc/config/spu/spu.opt
    trunk/gcc/config/spu/t-spu-elf
    trunk/gcc/doc/invoke.texi


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