Magnus Damm wrote: > Hi Thiemo, > > Thanks for the review and commit help! > > On 6/22/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > >Magnus Damm wrote: > >> The patches attached in this email contain the following fixes: > >> > >> - sh4: Swap word order when accessing double floats > > > >Doesn't this one also depend on the host endianness? > > Yeah, correct. Thanks for pointing that out. The attached patch should > solve things in a better and more host endian neutral way. Please > commit.
Can you also provide a regression test like some of the other targets have? It would be very useful to detect breakage. Thiemo