Subject: re: sparc ELF kernels with a miniroot are broken.
To: Todd Vierling <tv@pobox.com>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 06/24/1999 12:47:08
   
   Does setting the miniroot to an extraordinarily small size (options
   MINIROOTSIZE=1) make the linker happy?

no.
   
   I have this nagging notion in the back of my head about GNU ld trying to
   convert zero'd data to bss, and perhaps it's getting confused by that very
   large data segment....


this _isn't_ zero'd data.  it is explicitely initialised to something like
"|This is the miniroot\n".