Subject: Re: m68k ELF: what's left?
To: Matt Thomas <matt@3am-software.com>
From: Klaus Klein <kleink@serpens.de>
List: tech-toolchain
Date: 07/22/2000 21:25:44
Matt Thomas <matt@3am-software.com> writes:

> Can someone explain to me what is it left to do before
> some/all of the m68k ports can switch to ELF?

Switching to ELF implies an incompatible ABI change due to different
alignment constraints defined in the SVR4 ABI; the ability to run an
a.out userland on an ELF kernel is a requirement.

Other than that it would seem that only resolving a float literal
syntax issue in the FPSP and sprinkling some _C_LABEL() use need to be
done.