2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
* spu/crt0.S: Fix so element one of register one is correctly set when compiled with -mstdmain and -fstack-check.
This commit is contained in:
parent
baa0b44938
commit
799356ac2a
@ -1,3 +1,8 @@
|
||||
2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* spu/crt0.S: Initialize __ea_local_store (EA address of the LS)
|
||||
|
@ -138,6 +138,7 @@ _start:
|
||||
*/
|
||||
ila $3,_end
|
||||
sf $3,$3,$SP
|
||||
rotqbyi $3,$3,12
|
||||
|
||||
/* The BE Linux ABI passes the stack size in $2, or use
|
||||
* the default if $2 == 0.
|
||||
|
Loading…
Reference in New Issue
Block a user