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:
Jeff Johnston 2007-10-11 20:25:36 +00:00
parent baa0b44938
commit 799356ac2a
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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.