This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
A prbolem about Endianness
- From: jxiong at esteemnetworks dot com
- To: gcc-help at gcc dot gnu dot org <gcc-help at gcc dot gnu dot org>
- Date: Tue, 29 Oct 2002 15:18:55 +0800
- Subject: A prbolem about Endianness
- Organization: esteem
- Reply-to: jxiong at esteemnetworks dot com
Hi
When I want to compile a program, Can I let part of the code
be compiled as big endian, and the other as little endian?
Does (cross)gcc provide this function?
I mean what shall I do in the source file to make gcc know
which part should be compiled as big endian and the other
little endian?
Regards
Joan