Subject: Re: ELF for ARM32
To: Unice, Kyle <kyle.unice@intel.com>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-arm32
Date: 05/17/2001 23:25:33
On Thursday 17 May 2001 10:38 pm, Unice, Kyle wrote:
> Are there plans to support ELF format for ARM32?
> I don't see a machine\elf_machdep.h header file.

Yes there are, currently you can run the same ELF binaries on both arm26 and 
arm32 :)

I think you need to look in:
sys/arch/arm/include/

As we're moving towards trying to make things generic arm, rather than 
arm26/arm32 specific, so more stuff will find it's way into arch/arm :)

However we've not got shared library support for arm elf yet.

Cheers,
Chris