>  Maybe this is support for the explanation as an endian problem?

arm and armel are little-endian. The main weirdnesses of plain arm are
a bizarre middle-endian floating point format (look for things trying
to read FP values off a disk file or network stream) and unusual
structure-packing behaviour (look for filling a struct with values and
dumping it whole to a file or stream or vice versa).

Good luck!

    M



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to