[parisc-linux] ELFness and 64bit
Sam Creasey
sammy@sammy.net
Tue, 8 Feb 2000 15:15:26 -0500 (EST)
On Sat, 5 Feb 2000 willy@thepuffingroup.com wrote:
> On Sat, Feb 05, 2000 at 03:37:59PM +0100, Thomas Bogendoerfer wrote:
> > > Willy mentioned that we will have to think about running on 64bit at some
> > > point.
> >
> > IMHO, it's way too early to even think about it. Of course 64bit is sexy,
> > but without a working 32bit userland it's a too big can of worms to open
> > right now. Linux/MIPS64 hasn't started before a reasonable distribution
> > existed, and I'm sure this wasn't a bad descision then.
>
> We want to get people working on userland as soon as possible since this
> parallelises well with other people hacking on the kernel. However, we
> need to go 64-bit inorder to support the L-class and similar machines.
> I also mentioned that we need ELF support RSN as it is hurting us quite
> badly. I know Sammy has been working on getting 32-bit ELF going on
> his 712 for the kernel. Sammy, how's that going?
heh... welll.... I'm getting a better understanding of parts of the
problem, if that makes anyone feel better. :)
I've actually got a kernel together than compiles and links in a fairly
sane manner... except for the .data segment, which will, eventually, get
badly munged.. It's looking like a linker error revolving around certain
types of relocations that don't quite work right. further investigation
is still needed, but I've not had time for the last week or so.