2009-04-03 Ken Werner <ken.werner@de.ibm.com>
* spu/crt0.S (_start): Place spu_id in the first agument register.
This commit is contained in:
parent
823f6f6655
commit
051f7595ff
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-03 Ken Werner <ken.werner@de.ibm.com>
|
||||||
|
|
||||||
|
* spu/crt0.S (_start): Place spu_id in the first agument register.
|
||||||
|
|
||||||
2009-03-16 Jeff Johnston <jjohnstn@redhat.com>
|
2009-03-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* m32r/m32r-stub.c: Replace with one from newer version of gdb.
|
* m32r/m32r-stub.c: Replace with one from newer version of gdb.
|
||||||
|
|
|
@ -161,9 +161,13 @@ _start:
|
||||||
#ifdef _PROFILE
|
#ifdef _PROFILE
|
||||||
/* Call monstartup if profiling is enabled
|
/* Call monstartup if profiling is enabled
|
||||||
*/
|
*/
|
||||||
|
#ifdef _STD_MAIN
|
||||||
|
ila $3,0
|
||||||
|
#else
|
||||||
|
ori $3,$80,0
|
||||||
|
#endif
|
||||||
brsl $LR, __monstartup
|
brsl $LR, __monstartup
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ori $3,$80,0
|
ori $3,$80,0
|
||||||
ori $4,$81,0
|
ori $4,$81,0
|
||||||
#ifndef _STD_MAIN
|
#ifndef _STD_MAIN
|
||||||
|
|
Loading…
Reference in New Issue