summaryrefslogtreecommitdiffstats
path: root/libgloss/spu/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* 2009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-031-1/+5
| | | | * spu/crt0.S (_start): Place spu_id in the first agument register.
* 2008-12-11 Ken Werner <ken.werner@de.ibm.comJeff Johnston2008-12-111-0/+6
| | | | | * spu/crt0.S: Call __monstartup if profiling is enabled. * spu/Makefile.in: Add gcrt1.o gcrt2.o.
* 2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>Jeff Johnston2007-10-111-0/+1
| | | | | * spu/crt0.S: Fix so element one of register one is correctly set when compiled with -mstdmain and -fstack-check.
* 2007-10-02 Markus Deuling <deuling@de.ibm.com>Jeff Johnston2007-10-021-0/+5
| | | | | * spu/crt0.S: Initialize __ea_local_store (EA address of the LS) via register 6.
* 2006-12-08 Sa Liu <saliu@de.ibm.com>Jeff Johnston2006-12-081-0/+168
* spu/exit.c (libgloss_exit): Rename from this .. (_exit): .. to this. Overhaul. (exit): Remove. * spu/crt0.S, spu/crti.S, spu/crtn.S: New files. * spu/crt0.C, spu/init.c: Remove. * spu/configure.in (AC_INIT): Check for crt0.S, not crt0.C. * spu/configure: Regenerate. * spu/Makefile.in (crti.o, crtn.o, crt1.o, crt2.o): New targets. (OBJS): Remove init.o. (CRTOBJS): New. (OUTPUTS): Add $(CRTOBJS).