On Thu, Mar 05, 2009 at 01:23:31PM -0500, David VomLehn (dvomlehn) wrote: > > > I do hope it was agreed upon at some point. > > > > As with many things, there was no formal agreement. > > To the best of my knowledge, there is no formal ABI for MIPS Linux, > period. The closest we have is the MIPS psABI, which documented the o32 > ABI as it stood ten years ago. What we have now does not conform to that > document in some subtle, but non-trivial, ways. If I'm wrong, I'd love > to know where I could find documentation. This is correct. The documentation situation is a bit chaotic. ELF was specified by System V ABI and later by the Tool Interface Standard. There is a MIPS psABI to cover the MIPS specifics of the Sys V ABI. SGI did some enhancements and came up with their own ELF variant which is incompatible with ABI ELF in subtle ways. In addition SGI came up with the over-engineered NABI (New ABI) variants for N32 and N64 which are partially documented in antique postscript files floating around on the net and partially in some IRIX specs on techpubs.sgi.com. Add the stillborn EABI and NUBI variants. Add various Linux and GNU specific enhancements and deviations from the previously mentioned documents for example for TLS. Frequently the documentation really is just in the code, a mailing list archive or in the back of somebody's brain ... Somebody could probably earn a medal by writing a single consolidated and readable piece of documentation. Ralf