Subject: Re: More ELF stuff
To: Ben Harris <bjh21@netbsd.org>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm26
Date: 02/15/2001 13:20:11
> > Should we match the natural endiness of the current target?
> 
> We should do whatever VFP does, which I think is to follow the target's
> endianness.


VFP follows the natural endianness rules, that is: "Intel" format on 
little-endian; "Motorola" format on big-endian.

R.