Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: e500 core lacks lswi, lswx, stswi, and stswx instructions.



> On Jan 19, 2015, at 1:15 AM, Frank Wille <frank%phoenix.owl.de@localhost> wrote:
> 
> On Mon, 19 Jan 2015 17:37:55 +0900
> NONAKA Kimihiro <nonakap%gmail.com@localhost> wrote:
> 
>> | arithmetic, logical, load/store, and branch) are supported on e500
>> except lswi, lswx, stswi, and stswx.
>> 
>> I seem those instructions are generated by gcc -Os.
>> It causes installer and /rescue programs don't work.
>> 
>> Do we need emulation of those instructions?
>> Any ideas?
> 
> Maybe you can switch gcc into e500 mode?
> Does it work with -mcpu=8540 (e500v1) or -mcpu=8548 (e500v2) ?

Easier just to add -mno-string so GCC doesn't use them.


Home | Main Index | Thread Index | Old Index