This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH]: Little-endian for powerpc


Greg McGary wrote:

This is basic LE infrastructure. There's more to do in the assembler stuff.


The primary platforms are powerpc32 and powerpc64 which are bigendian. No attempt has been made to make the PPC code endian neutral and the asm optimizations are in fact aggressively bigendian. I fact I am surprised that anyone is interrested in LE powerpc at this time.

Little endian for either 32- or 64-bit or represents a different ABI that is not interoperable with the current ABI. So as Uli suggests this support should start off in ports until you have time to resolve all the issues associated with Little-endian.


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