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: double (longlong) problems on ARM


on Wed, Nov 10, 2004 at 01:07:45AM -0500, Craig A. Vanderborgh wrote:
> My crossgcc is generating code so that the longlongs (and doubles) have
> the constituent 4-byte words BACKWARDS from what is expected on the
> target (a netwinder).

For doubles, this usually means that you are using a VFP configuration
where FPA is required, or vice versa.  But the word order of a integer
"long long" shouldn't be affected: these are pure endian in all
configurations.  I don't know what would be causing those to be
reversed.

p.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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