Ralf,
well, no...
I did not make this possibility...
How do you want to parse elf file? Why this is usefull in _msp430_ case?
I agree that little-endian is a satan's thing but TI made msp430 
little-endian :)

~d


On Thursday 11 November 2004 06:13, Ralf Hildebrandt wrote:
> Hi!
>
> When I compile some C code with
>
> msp430-gcc test.c -mmcu=msp430x149 -g -o test.elf
>
> I get a little-endian ELF file. I am not talking about the fact, that the
> opcode for the MSP430 must be little-endian, but the fact, that all the
> information in the ELF file is stored in little-endian organization.
>
> ELF supports both little- and big-endian storage. For parsing an ELF file
> it is quite useful to have it big-endian (MSB stored first).
>
> So is there a way to force big-endian ELF generation?
>
> I am using a CVS-checkout from July of the MSP430-GCC toolchain running at
> Solaris.
>
> Thanks!
> Ralf Hildebrandt
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to