This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]