> Traditionally ELF has been managed by the owner of Unix, and the
> current owner of Unix is SCO or whatever they have evolved now. The
> current ELF spec can be found at http://sco.com/developers/gabi/ .
> ELF does not have a formal standards body, but you can contact the
> relevant people at the mailing list generic-...@googlegroups.com (or
> see https://groups.google.com/forum/#!forum/generic-abi). ELF does
> not depend on any other specification, though of course the
> processor-dependent parts require an understanding of the processor.
> For each processor that ELF supports, there is a processor supplement
> to the standard. You can find copies of the x86 ELF processor
> supplements in various places, including
> http://refspecs.linuxbase.org/ .
>
> Hope this helps.
>
> Ian
>
Yep, that was helpful (and very interesting I might add!). Thanks!