OSDN Git Service

* config/spu/spu-elf.h (STARTFILE_SPEC): Update.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Dec 2006 00:53:42 +0000 (00:53 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Dec 2006 00:53:42 +0000 (00:53 +0000)
commit3faa52bc1969ceadce5ae922eadf4f2ef4674ed4
treec33fcffc2506173c3323aa787571eeea10689c11
parentf5b9de9ccfd7b68fe963ae7a24adf563c4adc736
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119727 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/spu/crt0.c [deleted file]
gcc/config/spu/crtend.c [deleted file]
gcc/config/spu/crti.asm [deleted file]
gcc/config/spu/crtn.asm [deleted file]
gcc/config/spu/spu-elf.h
gcc/config/spu/spu.opt
gcc/config/spu/t-spu-elf
gcc/doc/invoke.texi