problem with crosstool 0.28-pre28 supplied patch for gcc 3.3.[23] softfloat on ARM

Dimitry Andric dimitry@andric.com
Mon Aug 16 23:49:00 GMT 2004


On 2004-08-16 at 02:37:20 Lennert Buytenhek wrote:

> By the way, I'm on a big endian xscale here.

Okay, then ALL your doubles/floats should be bigendian format, even if
you use VFP (since that uses native byte order).

So declaring a double with value 1.0 should give you:

one:
        .word   1072693248
        .word   0

in assembly.  Can you please check that?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 183 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20040816/57a80d48/attachment.sig>


More information about the crossgcc mailing list