"Endian and objdump"

DJ Delorie dj@delorie.com
Thu Jun 14 15:14:00 GMT 2001


>    If an assembler is configured as the little endian mode
> for both the host (Linux) and the target, and the binary
> code expected should looks like

The endianness of the *host* should be irrelevent.  The target doesn't
care how the host interprets data, nor should the programmer.  Display
the data in a way that makes sense for the target, and ignore the host
endianness.



More information about the Binutils mailing list