Re: FAT binaries and Linux

Ralf Baechle (ralf@cobaltmicro.com)
Thu, 18 Sep 1997 11:48:51 -0700 (PDT)


> > Would there be any use for data and code sharing?
> Of course! Endian information is provided in the elf-headers, too (and
> will be auto swapped by the loader/binfmt_elf??)

Hardly possible. In order to do endian conversion correctly you have
to know what size of object you're working on. Unless a program is
especially written to enable sharing. In practice means it won't work ...

Ralf